Homework 3
Submission date: January 24th, 2019
Topics
- Sequence models for text generation
- Image generation with a Variational Autoencoder
- Generative adversarial networks
Downloading
The assignment code is available here.
We recommend you use git
to clone the repo:
git clone https://github.com/vistalab-technion/cs236781-hw3.git
This will allow you to pull updates from us in the event that they are needed.
Updates
FAQ
Make sure to read the getting started page and the guide for using course servers.
Q: What is the checkpoint_file_final
for?
A: You can use this to create your final submission with result images from
your best-trained model. Just train with checkpoints enabled, and when you get
results that your happy with rename the checkpoint file with _final
.
You don’t need to submit the checkpoint files (the main.py
script will ignore
them).