https://github.com/GPflow/GPflow
Revision 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC, committed by GitHub on 13 March 2020, 19:20:30 UTC
patch_size -> patch_shape, IMG_SIZE -> IMAGE_SHAPE
1 parent dbafb10
Raw File
Tip revision: 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC
Update convolutional.pct.py (#1314)
Tip revision: 87ef583
tests_requirements.txt
pytest>=3.5.0
pytest-random-order

# Notebook tests:
tensorflow-datasets
nbformat
nbconvert
ipykernel
jupyter_client
jupytext

matplotlib
sklearn  # for mixture-density-network notebook
ipywidgets  # Required by tensorflow-datasets
back to top