Git Product home page Git Product logo

app_deep_learning's Introduction

app_deep_learning's People

Contributors

eeyone avatar gurugorule avatar jeffheaton 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

app_deep_learning's Issues

Unable to create an environment

Hi,

I am having an issue on the second step of creating an environment.

I am currently working on a M2 Mac.

I believe I downloaded the correct version of Miniconda, because when I try the platform command, it shows "macOS-14.1.1-arm64-arm-64bit."

I downloaded the yml file from the your link and tried to mirror your folders to run the same command that was in your YouTube Video: https://youtu.be/VEDy-c5Sk8Y. Also, I did place the yml file on my desktop and I am still getting the following error:
"EnvironmentFileNotFound: '/Users/tedmalloy/torch-conda.yml' file not"

Am I missing a step to make the system find the YML File?

Below: is a view of my whole terminal script:

Last login: Wed Jan 10 10:37:21 on ttys000
(base) @Teds-MacBook-Pro ~ % python
Python 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import platform
platform.platform()
'macOS-14.1.1-arm64-arm-64bit'
quit()
(base) @Teds-MacBook-Pro ~ % conda install -y jupyter
Channels:

  • defaults
    Platform: osx-arm64
    Collecting package metadata (repodata.json): done
    Solving environment: done

All requested packages already installed.

(base) tedmalloy@Teds-MacBook-Pro ~ % conda env create -f torch-
conda.yml
EnvironmentFileNotFound: '/Users/tedmalloy/torch-conda.yml' file not
found
(base) @Teds-MacBook-Pro ~ %

t81_558_class_03_2_pytorch.ipynb: Device = "gpu" vs "cuda" RuntimeError: Expected one of cpu, cuda, ipu, xpu, mkldnn, opengl, opencl, ideep, hip, ve, fpga, ort, xla, lazy, vulkan, mps, meta, hpu, mtia, privateuseone device type at start of device string: gpu

image

Running on wsl conda environment created via the install/torch-cuda.yml
Change from:

# Make use of a GPU or MPS (Apple) if one is available.
has_mps = torch.backends.mps.is_built()
device = "mps" if has_mps else "gpu" if torch.cuda.is_available() else "cpu"
print(f"Using device: {device}")

to

# Make use of a GPU or MPS (Apple) if one is available.
has_mps = torch.backends.mps.is_built()
device = "mps" if has_mps else "cuda" if torch.cuda.is_available() else "cpu"
print(f"Using device: {device}")

Kernal naming and installation housekeeping

  • Update kernel registration in pytorch-install-aug-2023.ipynb based on the yml files.

  • Noticed that the torch-conda.yml for mac still uses 3.9, but others are 3.11. suggest upgrading and renaming file to torch-m-series.yml?

  • pytorch-install-aug-2023.ipynb is duplicated in the top directory and in the install folder, suggest removing from top directory

Change from:

python -m ipykernel install --user --name pytorch --display-name "Python 3.9 (torch)"

to:

python -m ipykernel install --user --name pytorch --display-name "Python 3.11 (torch)"

This is gem!

Hi,

Thanks for sharing this course! This is a gem!

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.