Skip to content

Commit 22f6b8c

Browse files
committed
complete the assignment3
1 parent 9640a17 commit 22f6b8c

File tree

6 files changed

+12203
-275
lines changed

6 files changed

+12203
-275
lines changed

assignment3/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.pyc
33
.env/*
44
*/.ipynb_checkpoints/*
5+
cs231n/datasets/*
56

67
# gitignore the built release.
78
assignment3/*

assignment3/Generative_Adversarial_Networks_TF.ipynb

Lines changed: 11452 additions & 91 deletions
Large diffs are not rendered by default.

assignment3/NetworkVisualization-TensorFlow.ipynb

Lines changed: 256 additions & 68 deletions
Large diffs are not rendered by default.

assignment3/RNN_Captioning.ipynb

Lines changed: 6 additions & 5 deletions
Large diffs are not rendered by default.

assignment3/StyleTransfer-TensorFlow.ipynb

Lines changed: 418 additions & 47 deletions
Large diffs are not rendered by default.

assignment3/requirements.txt

Lines changed: 70 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,73 @@
1-
absl-py==0.2.0
2-
aiocoap==0.3
3-
aiohttp==3.2.0
4-
appnope==0.1.0
5-
astor==0.6.2
6-
async-timeout==3.0.0
7-
attrs==18.1.0
8-
backports-abc==0.4
9-
backports.ssl-match-hostname==3.5.0.1
10-
bleach==1.5.0
11-
certifi==2015.11.20.1
12-
chardet==3.0.4
1+
absl-py==0.7.1
2+
astor==0.7.1
3+
attrs==19.1.0
4+
backcall==0.1.0
5+
bleach==3.1.0
136
cycler==0.10.0
14-
Cython==0.25.2
15-
decorator==4.0.6
16-
future==0.16.0
17-
gast==0.2.0
18-
gnureadline==6.3.3
19-
grpcio==1.11.0
20-
h5py==2.7.0
21-
html5lib==0.9999999
22-
idna==2.6
23-
idna-ssl==1.0.1
24-
ipykernel==4.2.2
25-
ipython==4.0.1
26-
ipython-genutils==0.1.0
27-
ipywidgets==4.1.1
28-
Jinja2==2.8
29-
jsonschema==2.5.1
7+
Cython==0.29.7
8+
decorator==4.4.0
9+
defusedxml==0.6.0
10+
entrypoints==0.3
11+
future==0.17.1
12+
gast==0.2.2
13+
google-pasta==0.1.6
14+
grpcio==1.20.0
15+
h5py==2.9.0
16+
imageio==2.5.0
17+
ipykernel==5.1.0
18+
ipython==7.4.0
19+
ipython-genutils==0.2.0
20+
ipywidgets==7.4.2
21+
jedi==0.13.3
22+
Jinja2==2.10.1
23+
jsonschema==3.0.1
3024
jupyter==1.0.0
31-
jupyter-client==4.1.1
32-
jupyter-console==4.0.3
33-
jupyter-core==4.0.6
34-
Markdown==2.6.11
35-
MarkupSafe==0.23
36-
matplotlib==2.0.0
37-
mistune==0.7.1
38-
multidict==4.3.1
39-
nbconvert==4.1.0
40-
nbformat==4.0.1
41-
nltk==3.2.2
42-
notebook==4.0.6
43-
numexpr==2.6.5
44-
numpy==1.13.3
45-
path.py==8.1.2
46-
pexpect==4.0.1
47-
pickleshare==0.5
48-
Pillow==5.1.0
49-
protobuf==3.5.2.post1
50-
ptyprocess==0.5
51-
Pygments==2.0.2
52-
pyparsing==2.0.7
53-
python-dateutil==2.4.2
54-
pytz==2015.7
55-
pyzmq==15.1.0
56-
qtconsole==4.1.1
57-
scipy==0.19.0
58-
simplegeneric==0.8.1
59-
singledispatch==3.4.0.3
60-
sites==0.0.1
61-
six==1.10.0
25+
jupyter-client==5.2.4
26+
jupyter-console==6.0.0
27+
jupyter-core==4.4.0
28+
Keras==2.2.4
29+
Keras-Applications==1.0.8
30+
Keras-Preprocessing==1.0.9
31+
kiwisolver==1.0.1
32+
Markdown==3.1
33+
MarkupSafe==1.1.1
34+
matplotlib==3.0.3
35+
mistune==0.8.4
36+
nbconvert==5.4.1
37+
nbformat==4.4.0
38+
notebook==5.7.8
39+
numexpr==2.6.9
40+
numpy==1.16.2
41+
pandocfilters==1.4.2
42+
parso==0.4.0
43+
pexpect==4.7.0
44+
pickleshare==0.7.5
45+
Pillow==6.0.0
46+
prometheus-client==0.6.0
47+
prompt-toolkit==2.0.9
48+
protobuf==3.7.1
49+
ptyprocess==0.6.0
50+
Pygments==2.3.1
51+
pyparsing==2.4.0
52+
pyrsistent==0.14.11
53+
python-dateutil==2.8.0
54+
PyYAML==5.1
55+
pyzmq==18.0.1
56+
qtconsole==4.4.3
57+
scipy==1.2.1
58+
Send2Trash==1.5.0
59+
six==1.12.0
60+
# Add this line if you want GPU support for tensorflow!
61+
# tensorflow-gpu==2.0.0a0
62+
tensorflow==2.0.0
6263
termcolor==1.1.0
63-
terminado==0.5
64-
tornado==4.3
65-
traitlets==4.0.0
66-
Werkzeug==0.14.1
67-
yarl==1.2.4
64+
terminado==0.8.2
65+
testpath==0.4.2
66+
torch==1.0.1.post2
67+
torchvision==0.2.2.post3
68+
tornado==6.0.2
69+
traitlets==4.3.2
70+
wcwidth==0.1.7
71+
webencodings==0.5.1
72+
Werkzeug==0.15.2
73+
widgetsnbextension==3.4.2

0 commit comments

Comments
 (0)