-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
306a904
commit c64b21c
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,9 @@ The Jupyter notebooks `NetworkVisualization-TensorFlow.ipynb`/`NetworkVisualizat | |
## Q4: Style Transfer (20 points) :heavy_check_mark: | ||
In the Jupyter notebooks `StyleTransfer-TensorFlow.ipynb`/`StyleTransfer-PyTorch.ipynb` you will learn how to create images with the content of one image but the style of another. Please complete only one of the notebooks (TensorFlow or PyTorch). No extra credit will be awarded if you complete both notebooks. | ||
|
||
## BONUS: General Adversarial Network :heavy_check_mark: | ||
Grabbed `GANs-PyTorch.ipynb` from cs231n Spring 2019 assignment 3 and implemented different variations of GAN in PyTorch. | ||
|
||
Submit your assignment here. | ||
|
||
Based on on cs231n Spring 2017 assignment 3. [email protected] |