mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-20 16:31:55 +00:00
fixup! Use output_dir for saving all evaluation images
This commit is contained in:
@@ -253,7 +253,9 @@ class SmolVLAPolicy(PreTrainedPolicy):
|
|||||||
"""Initialize RTC processor if RTC is enabled in config."""
|
"""Initialize RTC processor if RTC is enabled in config."""
|
||||||
self.rtc_processor = None
|
self.rtc_processor = None
|
||||||
|
|
||||||
if self.config.rtc_config is not None and self.config.rtc_config.enabled:
|
# Lets create processor if the config provided
|
||||||
|
# If RTC is not enabled - we still can track the denoising data
|
||||||
|
if self.config.rtc_config is not None:
|
||||||
self.rtc_processor = RTCProcessor(self.config.rtc_config)
|
self.rtc_processor = RTCProcessor(self.config.rtc_config)
|
||||||
|
|
||||||
# In case of calling init_rtc_processor after the model is created
|
# In case of calling init_rtc_processor after the model is created
|
||||||
|
|||||||
Reference in New Issue
Block a user