You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for sharing your work. I'm trying to run your train.py script, but it seems to be failing when loading the training dataset. python train.py +experiment=mae_vit paths=dengyunqian.yaml wandb=dengyunqian1231.yaml Error executing job with overrides: ['+experiment=mae_vit', 'paths=dengyunqian.yaml', 'wandb=dengyunqian1231.yaml'] Error in call to target 'tactile_ssl.data.vision_tactile.VisionTactileBackboneDataset': ConfigAttributeError('Missing key sensor\n full_key: sensor\n object_type=dict') full_key: data.sensor[0].dataset Missing key sensor full_key: sensor object_type=dict
I have checked the configuration file, but I can't seem to find where the issue lies. Could you please provide some guidance on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
Is this resolved? Could you share your config that gets printed when you try to run training?
You can also get a traceback of failure by using export HYDRA_FULL_ERROR=1 on the command line.
The issue has been resolved, and I sincerely appreciate your assistance! However, I have another question: for the T6_textile_classification task, the dataset download link only includes the raw data. Would it be possible for you to provide the preprocessed dataset that is compatible with your code? I would greatly appreciate it!
Hello,
Thank you for sharing your work. I'm trying to run your train.py script, but it seems to be failing when loading the training dataset.
python train.py +experiment=mae_vit paths=dengyunqian.yaml wandb=dengyunqian1231.yaml Error executing job with overrides: ['+experiment=mae_vit', 'paths=dengyunqian.yaml', 'wandb=dengyunqian1231.yaml'] Error in call to target 'tactile_ssl.data.vision_tactile.VisionTactileBackboneDataset': ConfigAttributeError('Missing key sensor\n full_key: sensor\n object_type=dict') full_key: data.sensor[0].dataset Missing key sensor full_key: sensor object_type=dict
I have checked the configuration file, but I can't seem to find where the issue lies. Could you please provide some guidance on how to resolve this issue?
The text was updated successfully, but these errors were encountered: