Thanks for the outstanding works!
On the quick_start.py we can see that this checkpoint realted to the model of FcmaeUNet(from viscy\translation\engine.py). When I try to fine-tune this checkpoint with the GPUTransformDataModule and CombinedDataModule( the data requirements described in the sourcecode in FcmaeUNet), I have to modify the sourcecode of the HCSDataModule(form viscy\data\hcs.py).
I still comes with some error about data matching even though I have changed the HCSDataModule strucutre.
Does this checkpoint was supported for fine-tune? Are there any script for this task?