Skip to content

dirkpr/pytorch_tutorials_and_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation steps

Create python virtual environment and install the (editable) package with the following commands:

    sudo pip3 install virtualenv
    cd <PATH_TO_VENV_DIRECTORY>
    virtualenv .venv --python=/usr/bin/python3
    source .venv/bin/activate

Install the dependencies:

    pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages