Replies: 2 comments 8 replies
-
Hi @jxchen01 , Thanks for your interest here, could you please help confirm whether some of below items match your condition: Thanks. |
Beta Was this translation helpful? Give feedback.
-
@Nic-Ma After another day of exploration and learning, I think there might still be some issue with I did some more testing with Ray and Ray-lightning (https://github.com/ray-project/ray_lightning), and fairscale (https://github.com/facebookresearch/fairscale). One thing I learned is that the model object has to be serializable/pickleable. For example, here https://pytorch-lightning.readthedocs.io/en/1.4.0/advanced/multi_gpu.html#make-models-pickleable. When I went into the code of Just my 2 cents, not sure if my understanding is correct. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to combine SmartCacheDataset with Pytorch Lightning so that I can take advantage of all the training tricks, like mutli-gpu trainings, or stochastic weight averaging, etc..
I adapted the 3d_segmentation_lightning tutorial online, into the following script:
But, I kept getting this errors:
If I understand correctly, the error indicates that SmartCacheDataset is trying to dump some unpickable objects. Is that correct?
Thanks for the help in advance!
Jianxu
Beta Was this translation helpful? Give feedback.
All reactions