Skip to content

A semester project for the class Deep Learning at ETH Zürich in autumn semester 2021.

License

Notifications You must be signed in to change notification settings

stygerma/c2f_img_color

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterative Coarse-to-Fine Image Colorization with GAN

Semester Project for the class Deep Learning in autumn semester 2021.

Setup

We recommend to start with a conda environment and install its requirements as follows

# Create conda env
conda create -n dl-env python=3.9
# Activate conda env
source activate dl-env
# Install dependencies
conda install --file requirements.txt

TensorBoard

Logging with TensorBoard comes on the hood. While or after training you can open TensorBoard in the browser after the command tensorboard --logdir ./lightning_logs.

About

A semester project for the class Deep Learning at ETH Zürich in autumn semester 2021.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%