A sandbox to play with implementation and uses of neural processes.
Looking to implement:
and will undoubtedly be heavily influenced by the Deepmind implementation.
This project uses python 3.8.2. Create your venv however you like
python -m venv .venv && source .venv/bin/activate
and install however you like
pip install -r requirements.txt -r requirements.dev.txt -e .