Revision f590e03aa860b5e05e9d6eb854d9c06ef01d87ff authored by Manik Jindal on 10 November 2017, 07:55:14 UTC, committed by GitHub on 10 November 2017, 07:55:14 UTC
ucf11_conv3d_test.py test depends on APIs introduced in imageio v2.2.0
but currently CNTK uses imageio v2.1.1, leading the test to be in
broken state. Conda doesn't support Python 3.4, and hence imageio v2.2.0
conda package is not available for Python 3.4. Now, Python 3.4 conda
environment setup file installs imageio v2.2.0 using pip instaed of conda.
Also, CNTK will stop supporting Python 3.4 in releases later than 2.3.
1 parent 834417a
History
File Mode Size
EndToEndTests
Install
UnitTests
README.md -rw-r--r-- 383 bytes

README.md

back to top