tensorflow-cnn-tutorial icon indicating copy to clipboard operation
tensorflow-cnn-tutorial copied to clipboard

problem setting things up

Open vtslab opened this issue 6 years ago • 0 comments

I downloaded the environment27.yml file. When I run $conda env create -f environment27.yml, I get an error:

  Could not find a version that satisfies the requirement mnist-conv2d-medium-tutorial==0.0.0 (from -r /home/user/cnn/condaenv.SKlj4T.requirements.txt (line 1)) (from versions: )
No matching distribution found for mnist-conv2d-medium-tutorial==0.0.0 (from -r /home/user/cnn/condaenv.SKlj4T.requirements.txt (line 1))

When I delete the lins 23 and 24

- pip:
- mnist-conv2d-medium-tutorial==0.0.0

This runs sucessfull. $python setup.py, is successfull but then I get stuck at running the training script

$python train.py 
Traceback (most recent call last):
  File "train.py", line 3, in <module>
    import mnist_conv2d_medium_tutorial.mnist as mnist
ImportError: No module named mnist_conv2d_medium_tutorial.mnist

I do not have any .mnist files or should this me created with the environment27.yml?

vtslab avatar May 02 '18 13:05 vtslab