Hey, thanks for your contribution to unsupervised CNN learning.
I would like to do some research based on your architecture, but unfortunately, I don't possess multiple GPUs. Would it be easy to change this architecture to run on 1gpu system?
Affected methods would be:
concat_all_gather, forward function _batch_unshuffle_ddp, _batch_shuffle_ddp
On top of that, I have a windows server which doesn't support distributed module.
Hey, thanks for your contribution to unsupervised CNN learning.
I would like to do some research based on your architecture, but unfortunately, I don't possess multiple GPUs. Would it be easy to change this architecture to run on 1gpu system?
Affected methods would be: concat_all_gather, forward function _batch_unshuffle_ddp, _batch_shuffle_ddp
On top of that, I have a windows server which doesn't support distributed module.
Thanks