Code Monkey home page Code Monkey logo

practicaldl's People

Contributors

empeje avatar vadikus avatar vakarpus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

practicaldl's Issues

Getting Started

I realize this is not part of your tutorial, but I'm trying to start your tutorial.

I'm on windows 10

I've installed Anaconda, which I've never used before.

I've cloned the repo and opened it in an Anaconda prompt.

so I'm at

$ D:\practicalDL

If I run

$ D:\practicalDL>pip install -r requirements.txt

I get a whole bunch of errors

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Requirement already satisfied: jupyter in c:\users\userName\anaconda3\lib\site-packages (from -r requirements.txt (line 1)) (1.0.0)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/tensorflow/
Could not fetch URL https://pypi.org/simple/tensorflow/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/tensorflow/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement tensorflow (from -r requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for tensorflow (from -r requirements.txt (line 2))
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Any advice? I'm not a python person, but I'd really like to do this in python and follow along. I have a strong background in Javascript.

Is the problem Windows10? I guess I'could spin up a VM of unbuntu and try this there, but I was hoping not to have to work that way.

For any Win 64 users running into tensorflow module not found

It took me a little bit of googling but if you are running into issues with environments / module not found, here are some pointers *:

  • NOTE: this got me up & running but I did these steps straight after the 1st video when it wasn't working, check out video #2 or the 2nd section as it might work for you without panicking & going through these steps :)
  • Install Anaconda
  • In the Anaconda Prompt (I used Anaconda Powershell Prompt), create a tensorflow env:
conda create -n tf tensorflow
conda activate tf

Where tf is the environment name (I arbitrarily called it tf, you could give it any name), and 'tensorflow' installed tensorflow in that environment.

Then, based upon this SO answer (https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook) it turns out you might need 'nb_conda_kernels'. Once again in the prompt:

conda install -n tf nb_conda_kernels

Once that is done (and ensuring the practicalDL repo is cloned to your computer), run the notebook:

MY_DIR\practicalDL> jupyter notebook .

That might still not do the trick. In the notebook that opened in your browser:

go to 'kernel' in the menu > change kernel > python [conda env:tf]

You'll get a prompt to switch the kernel & restart. If it's worked, in the top right you'll see Python [conda env:tf] *

That should get you up & running.

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.