mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-11 12:01:52 +00:00
add preprocess tests
This commit is contained in:
@@ -961,7 +961,6 @@ class PI05OpenPIPolicy(PreTrainedPolicy):
|
||||
|
||||
except Exception as e:
|
||||
print(f"Warning: Could not remap state dict keys: {e}")
|
||||
print("Returning model without loading pretrained weights")
|
||||
|
||||
return model
|
||||
|
||||
|
||||
@@ -978,7 +978,6 @@ class PI0OpenPIPolicy(PreTrainedPolicy):
|
||||
|
||||
except Exception as e:
|
||||
print(f"Warning: Could not remap state dict keys: {e}")
|
||||
print("Returning model without loading pretrained weights")
|
||||
|
||||
return model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user