Is it possible to fine-tune a pretrained pi05 model for a single-arm setup by modifying only the configuration file?
Specifically, the original pi05 configuration uses three image inputs and a 32-dimensional state vector as model inputs. In my case, I would like to fine-tune the model with two image inputs and a 7-dimensional state.
Can this be achieved solely by updating the model configuration, or are additional architectural changes (e.g., reinitializing certain projection layers or heads) required?
Is it possible to fine-tune a pretrained pi05 model for a single-arm setup by modifying only the configuration file?
Specifically, the original pi05 configuration uses three image inputs and a 32-dimensional state vector as model inputs. In my case, I would like to fine-tune the model with two image inputs and a 7-dimensional state.
Can this be achieved solely by updating the model configuration, or are additional architectural changes (e.g., reinitializing certain projection layers or heads) required?