Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8dfdd4

Browse files
committedFeb 9, 2018
assignment 2: style transfer
1 parent 9c8c4be commit c8dfdd4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
 

‎assignments/02_style_transfer/style_transfer.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
""" Implementation in TensorFlow of the paper
2+
A Neural Algorithm of Artistic Style (Gatys et al., 2016)
3+
4+
Created by Chip Huyen (chiphuyen@cs.stanford.edu)
5+
CS20: "TensorFlow for Deep Learning Research"
6+
cs20.stanford.edu
7+
8+
For more details, please read the assignment handout:
9+
https://docs.google.com/document/d/1FpueD-3mScnD0SJQDtwmOb1FrSwo1NGowkXzMwPoLH4/edit?usp=sharing
10+
"""
111
import os
212
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'
313
import time

‎assignments/02_style_transfer/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
cs20.stanford.edu
77
88
For more details, please read the assignment handout:
9+
https://docs.google.com/document/d/1FpueD-3mScnD0SJQDtwmOb1FrSwo1NGowkXzMwPoLH4/edit?usp=sharing
910
1011
"""
1112

0 commit comments

Comments
 (0)
Failed to load comments.