Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.09 KB

File metadata and controls

41 lines (26 loc) · 1.09 KB

SUSTech_CS324-DL_2024s_Works

Course code of CS324 2024 Spring: Deep Learning, SUSTech. Taught by Prof. Jianguo ZHANG.

Content

Title Content Grade
Assignment 1 Perceptron & MLP 100/100
Assignment 2 CNN & RNN 100/100
Assignment 3 LSTM & GAN 100/100

Build Environment

You can use environment.yml to build a conda environment.

Create Conda Environment

conda env create -f environment.yml 

Activate Conda Environment

conda activate cs324   

Notes

The environment.yml is generated by Conda automatically in Windows 10.

If you have any problems, at least make sure the environment have these third-party packages: