Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.45 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.45 KB

Exercise 6: Image translation - Part 1

This demo script was developed for the DL@MBL 2024 course by Eduardo Hirata-Miyasaki, Ziwen Liu and Shalin Mehta, with many inputs and bugfixes by Morgan Schwartz, Caroline Malin-Mayor, and Peter Park.

Setup

Make sure that you are inside of the image_translation folder by using the cd command to change directories if needed.

Make sure that you can use conda to switch environments.

conda init

Close your shell, and login again.

Run the setup script to create the environment for this exercise and download the dataset.

sh setup.sh

Activate your environment

conda activate 06_image_translation

Use vscode

Install vscode, install jupyter extension inside vscode, and setup cell mode. Open solution.py and run the script interactively.

Use Jupyter Notebook

The matching exercise and solution notebooks can be found here on the course repository.

Launch a jupyter environment

jupyter notebook

...and continue with the instructions in the notebook.

If 06_image_translation is not available as a kernel in jupyter, run:

python -m ipykernel install --user --name=06_image_translation