https://github.com/Microsoft/CNTK
Raw File
Tip revision: 184e8398ddc0e52a8355b083b85c5dae12e9ead8 authored by t-makrei on 31 August 2017, 14:26:32 UTC
added python routine which recognizes a transpose operation with more than 5 unflattened axes and performs an alternative transpose operation in this case.
Tip revision: 184e839
conda-linux-cntk-py27-environment.yml
name: cntk-py27
channels: !!python/tuple
- defaults
# For imageio:
- conda-forge
dependencies:
- enum34=1.1.6=py27_0
- h5py=2.6.0=np111py27_2
- imageio=2.1.1=py27_0
- jupyter=1.0.0=py27_3
- matplotlib=1.5.3=np111py27_0
- mock=2.0.0=py27_0
- numpy=1.11.2=py27_0
- pandas=0.19.1=np111py27_0
- pandas-datareader=0.2.1=py27_0
- pillow=3.4.2=py27_0
- pip=8.1.2=py27_0
- python=2.7.11=5
- pyyaml=3.12=py27_0
- scikit-image=0.12.3=np111py27_1
- scikit-learn=0.18.1=np111py27_0
- scipy=0.18.1=np111py27_0
- seaborn=0.7.1=py27_0
- setuptools=27.2.0=py27_0
- six=1.10.0=py27_0
- wheel=0.29.0=py27_0
- pip:
  - gym[atari]==0.8.1
  - keras==2.0.6
  - pydot-ng==1.0.0
  - pygame==1.9.3
  - pytest==3.0.3
  - sphinx-rtd-theme==0.2.4
  - sphinx==1.5.4
  - twine==1.8.1
  - protobuf==3.2.0
back to top