Giter Club home page Giter Club logo

dl-learning-path-assets's Introduction

dl-learning-path-assets

Repo to store all assets (such as notebooks, data, etc) for the Deep Learning for Developers learning path tutorials.

dl-learning-path-assets's People

Contributors

dhivyalak avatar fawazsiddiqi avatar ozzael-codes avatar samayamadhavan avatar sandhya-nayak avatar stevemar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dl-learning-path-assets's Issues

Eager_Execution_in_TensorFlow_2.x: grpcio failing to install

Under Section 2, when you attempt to run the first two commands:

!pip install grpcio==1.24.3
!pip install tensorflow==2.2.0

The output freezes here for a long time:

Collecting grpcio==1.24.3
  Using cached grpcio-1.24.3.tar.gz (14.0 MB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: six>=1.5.2 in /opt/conda/envs/Python-RT23.1/lib/python3.10/site-packages (from grpcio==1.24.3) (1.16.0)
Building wheels for collected packages: grpcio
  Building wheel for grpcio (setup.py) ... |

Then ultimately ends up with:

  Building wheel for grpcio (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [1597 lines of output]
...
Failed to build grpcio
ERROR: Could not build wheels for grpcio, which is required to install pyproject.toml-based projects
ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0 (from versions: 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.0.post1, 2.15.1, 2.16.0rc0, 2.16.1)
ERROR: No matching distribution found for tensorflow==2.2.0

Probably a lot to assume a tutorial from 2020 would still work today. :) However, I found my way here from the Get started with deep learning path.

Notebook markdown cell has relative path to image

In the notebook RNNPyTorch.ipynb the Introduction markdown cell (third cell from the top) contains a relative image path, <img src="../images/rnnImg.png">.

This, of course, does not work when you import the notebook into a project and run it there. Instead, specify the absolute URL:

<img src="https://github.com/IBM/dl-learning-path-assets/raw/main/supervised-deeplearning/images/rnnImg.png">

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.