YannDubs / Neural-Process-Family

Code for the Neural Processes website and replication of 4 papers on NPs. Pytorch implementation.
https://yanndubs.github.io/Neural-Process-Family/
MIT License
202 stars 45 forks source link

mistakes of the tutorial websites #8

Closed mengxue-rs closed 1 year ago

mengxue-rs commented 2 years ago

At the tutorial website (https://yanndubs.github.io/Neural-Process-Family), It seems the is_save=False should be save_file=None, of each line of Make sure you use get_all_gp_datasets(is_save=False) if you use a large number of epochs.

YannDubs commented 1 year ago

sorry I missed that somehow but solved it now! Thanks