Comment on Hypernetworks: Neural Networks for Hierarchical DataComments−stephantul7moWhat a good post! I loved the takeaways at the end of each section.I think it would maybe get more traction if the code was in pytorch or JAX. It’s been a long while since I’ve seen people use Keras.−mkmccjrOP6moYou are absolutely right about the code: I haven't worked with neural networks in a while and I guess my post outs me!That said, I do like Keras's functional API, and in this case I think it maps nicely to the "math" of the hypernetwork.I really appreciate your suggestion of more popular libraries, and I'll look into JAX.
Comments
What a good post! I loved the takeaways at the end of each section.
I think it would maybe get more traction if the code was in pytorch or JAX. It’s been a long while since I’ve seen people use Keras.
You are absolutely right about the code: I haven't worked with neural networks in a while and I guess my post outs me!
That said, I do like Keras's functional API, and in this case I think it maps nicely to the "math" of the hypernetwork.
I really appreciate your suggestion of more popular libraries, and I'll look into JAX.