AllanYangZhou / nfn

NF-Layers for constructing neural functionals.

Home Page:https://kaien-yang.github.io/nfn-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for the NFT paper

alexlyzhov opened this issue · comments

The May NFT preprint links to this repo, but it seems like it only contains the NFN code. It would be great to see the NFT/INR2Array training implementation.

Sorry for the delay, was traveling a bit recently. Will work on this now, and I expect at least the NFT layers themselves should be released soon.

Hi, Is there any updates on releasing the NFT layers?

Thanks for the patience...

I've add INR2Array, with instructions here.

I haven't updated the pip NFN package on pypi yet, so to get the NFT layers you should pip install from the github repo. The PyPI package has also been updated. And examples of constructing architectures using the layers here.