forked from tangger/lerobot
chore(style): fix format
This commit is contained in:
@@ -70,7 +70,8 @@ class PreTrainedConfig(draccus.ChoiceRegistry, HubMixin, abc.ABC):
|
||||
# Automatically deactivate AMP if necessary
|
||||
if self.use_amp and not is_amp_available(self.device):
|
||||
logging.warning(
|
||||
"Automatic Mixed Precision (amp) is not available on device '%s'. Deactivating AMP.",self.device
|
||||
"Automatic Mixed Precision (amp) is not available on device '%s'. Deactivating AMP.",
|
||||
self.device,
|
||||
)
|
||||
self.use_amp = False
|
||||
|
||||
|
||||
@@ -80,6 +80,7 @@ This might require a sudo permission to allow your terminal to monitor keyboard
|
||||
|
||||
**NOTE**: You can resume/continue data recording by running the same data recording command twice.
|
||||
"""
|
||||
|
||||
# TODO(Steven): This script should be updated to use the new robot API and the new dataset API.
|
||||
import argparse
|
||||
import importlib
|
||||
|
||||
Reference in New Issue
Block a user