Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 591 Bytes

Deep Learning Vrije Universtiteit Amsterdam.

deep learning vu assignments edition 2023/2024.

Installation

  1. Clone the repository to your local machine.

  2. Navigate to the directory containing the environment.yml file.

  3. Create the environment from the environment.yml file:

    conda env create -f environment.yml
  4. Activate the new environment:

    conda activate dl_ass
  5. Verify that the new environment was installed correctly:

    conda env list

You should see the environment you just created in the list.