Revision 6fbc3567dd07d0ada3d0ceb43ed1fa0d27f12414 authored by st-- on 13 March 2020, 17:28:18 UTC, committed by GitHub on 13 March 2020, 17:28:18 UTC
* Periodic kernel: base -> base_kernel
* Convolutional: basekern -> base_kernel
* img_size -> image_shape, patch_size -> patch_shape
1 parent 6575e90
Raw File
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