We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7067e2d commit 808537cCopy full SHA for 808537c
src/lerobot/policies/octo/modeling_octo.py
@@ -222,7 +222,8 @@ def _prepare_batch(
222
Prepare batch for model input.
223
Transforms a batch from the LeRobotDataset format to the format expected by the OctoModel.
224
"""
225
- batch = self.normalize_inputs(batch)
+ # TODO(lilkm): check normalization
226
+ # batch = self.normalize_inputs(batch)
227
# Get device from any available tensor in the batch
228
device = next(iter(batch.values())).device
229
0 commit comments