HyperNetworks icon indicating copy to clipboard operation
HyperNetworks copied to clipboard

PyTorch implementation of HyperNetworks (Ha et al., ICLR 2017) for ResNet (Residual Networks)

Results 4 HyperNetworks issues
Sort by recently updated
recently updated
newest added

May I ask what version do you use for torch, torch_vision and Cuda? It seems to have some problems running your code on colab because of the version.

In the code given below , I find that we are not specifying weights in the resnet layers. If so do we except that the weights will get updated through...

Great implementation Sir ! It matches at most of the places with the original paper. I had an doubt regarding the embedding in inference.Hope to clear it from you.

Hello! I'm currently getting this error when I try to run train.py: `Traceback (most recent call last): File "C:\Users\raho272696\AppData\Local\Programs\Python\Python39\lib\multiprocessing\spawn.py", line 125, in _main prepare(preparation_data) File "C:\Users\raho272696\AppData\Local\Programs\Python\Python39\lib\multiprocessing\spawn.py", line 236, in prepare...