Harshitha Machiraju
Harshitha Machiraju
I am trying to run my own data using the train.py file which uses the cyclegan architecture. I am trying to run it on a GPU and all libraries are...
In the python `utils.py file`, the minimum components to analyze with PCA seems to be 1024. Why not use default sklearn setting PCA would use all 2800 samples, any reason...
Hi, Thanks for creating this repository. I just had one request: Could we add the Standard model for CIFAR100? Like a WideResNet28-10, just like how it exists for CIFAR10? The...
Would it be possible to gain access to the pre-trained models?
Hi, thanks for the code. You answered that we can modify the PatchShuffle class to create custom masks. However, the patch shuffle class takes the output of a Conv2d layer,...