Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 306 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 306 Bytes

Deep Learning

[Codespaces] Initialize conda in your shell conda init bash

Initialize your local configuration file with git submodule init

Fetch all the data from the projects with git submodule update

Create a conda environment named class with Python 3.11 conda create -n class python=3.11