Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Sep 13, 2019
1 parent 306a904 commit c64b21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Self study on CS182/CS282 - Designing, Visualizing and Understanding Deep Neural
Done using Python 3.7. Original/course version of the assignment was on Python 2.7.

## Assignment2: :heavy_check_mark:
Done using Python 3.7. Network visualization and style transfer done using pytorch 1.2
Done using Python 3.7. Network visualization and style transfer done using pytorch 1.2. Also implemented GAN notebook from Stanford cs231n assignment 3.

## Assignment3:

Expand Down
3 changes: 3 additions & 0 deletions assignment2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit c64b21c

Please sign in to comment.