Code Monkey home page Code Monkey logo

Comments (6)

domluna avatar domluna commented on June 7, 2024

Set the TF version in environment.yml to 0.12.1. AFAIK most of the content might not support 1.0 yet anyway.

from carnd-term1-starter-kit.

davidhungh avatar davidhungh commented on June 7, 2024

Please advice!
I still have problem with this issue.
I first put tensorflow == 0.12.1 in the pip section. It did not work
I delete the line with tensorflow, finished with the creation of the env. Then using pip install tensorflow == 0.12.1 ---> still did not work

What do you mean by moving tensorflow out of the pip section. Inside the env. file what should I write? pip install tensorflow == 0.12.1?

from carnd-term1-starter-kit.

davidhungh avatar davidhungh commented on June 7, 2024

Is it something with Python version. My version is python==3.5.2

from carnd-term1-starter-kit.

davidhungh avatar davidhungh commented on June 7, 2024

Ok! I got it now. I move tensorflow outside the pip section as following:

  • tensorflow==0.12.1

from carnd-term1-starter-kit.

domluna avatar domluna commented on June 7, 2024

I was just referring to this file https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/environment.yml. Previously the TensorFlow wasn't pinned at a specific version so it would download the latest one (v1.0). Now it'll download v0.12.1 instead.

from carnd-term1-starter-kit.

davidhungh avatar davidhungh commented on June 7, 2024

It is working now for me as my environment.yml is as following:

name: carnd-term1
channels:
- https://conda.anaconda.org/menpo
- conda-forge
dependencies:
- python==3.5.2
- numpy
- matplotlib
- jupyter
- opencv3
- pillow
- scikit-learn
- scikit-image
- scipy
- h5py
- eventlet
- flask-socketio
- seaborn
- pandas
- imageio
- tensorflow==0.12.1
- pip:
- moviepy
- git+https://github.com/fchollet/keras.git

from carnd-term1-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.