rich annotations & update open-pi fsdp explanations
This commit is contained in:
@@ -1814,7 +1814,6 @@ _CONFIGS = [
|
||||
pytorch_weight_path="",
|
||||
num_train_steps=2_000_000,
|
||||
num_workers=12,
|
||||
fsdp_devices=8,
|
||||
batch_size=512,
|
||||
save_interval=5000,
|
||||
lr_schedule=_optimizer.WarmupConstantSchedule(),
|
||||
@@ -1844,7 +1843,6 @@ _CONFIGS = [
|
||||
pytorch_weight_path="",
|
||||
num_train_steps=30_000,
|
||||
num_workers=32,
|
||||
fsdp_devices=8,
|
||||
batch_size=128,
|
||||
save_interval=5000,
|
||||
),
|
||||
@@ -1872,7 +1870,6 @@ _CONFIGS = [
|
||||
pytorch_weight_path="",
|
||||
num_train_steps=30_000,
|
||||
num_workers=32,
|
||||
fsdp_devices=8,
|
||||
batch_size=128,
|
||||
save_interval=5000,
|
||||
),
|
||||
@@ -1901,4 +1898,4 @@ def check_lerobot_repo(repo_dir: str):
|
||||
if os.path.isdir(os.path.join(repo_dir, "data")) and os.path.isdir(os.path.join(repo_dir, "meta")) and os.path.isdir(os.path.join(repo_dir, "videos")):
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
Reference in New Issue
Block a user