This is a very excellent piece of work, but I encountered the following issues:
-
In run_llm.py at line 361, it prompts for input for "Experiment name:". What does this usually refer to?
-
At line 365, there is an if configs['peft']: condition, but 'peft' is not present in configs.
-
In encoder.py, on line 776, tactile_vificlip.load_state_dict(state_dict, strict=True) throws an error: Error(s) in loading state_dict for ViFiCLIP: Missing key(s) in state_dict: 'clip_model.text_model.VPT', 'clip_model.vision_model.encoder.layers.1.VPT_shallow_sensors.physiclear', ...
I would appreciate it if you could kindly respond. Thank you.
This is a very excellent piece of work, but I encountered the following issues:
In run_llm.py at line 361, it prompts for input for "Experiment name:". What does this usually refer to?
At line 365, there is an if configs['peft']: condition, but 'peft' is not present in configs.
In encoder.py, on line 776, tactile_vificlip.load_state_dict(state_dict, strict=True) throws an error: Error(s) in loading state_dict for ViFiCLIP: Missing key(s) in state_dict: 'clip_model.text_model.VPT', 'clip_model.vision_model.encoder.layers.1.VPT_shallow_sensors.physiclear', ...
I would appreciate it if you could kindly respond. Thank you.