hyperlight icon indicating copy to clipboard operation
hyperlight copied to clipboard

Modular and intuitive Hypernetworks in Pytorch

Results 6 hyperlight issues
Sort by recently updated
recently updated
newest added

Hi @JJGO , thanks a lot for sharing the code. In chapter 4 **Output Encoding** part of the paper, it mentioned the method introduces a set of learnable parameters \theta_0...

Hi @JJGO , thanks a lot for sharing the code! If I understand correctly, this line should be outside the _for_ loop?

Hi, thank you for your interesting research. I have a few questions regarding the code and paper: 1. In the repository, I cannot find the code for the output residual...

I'm considering implementing a HyperNet using Hyperlight in the below code, but I don't know about how to input the previous hidden state during closedloop prediction. What would be the...

Hello, Thank you for open-sourcing this repository! If the main architecture is RNN, how should I implement batch processing?

Hi, Thanks for open-sourcing this repository! If the main architecture is MLP, how should I set the parameters of the HyperNet ? or what should I pay attention to ?