Skip to content

Commit

Permalink
6.77 language model tf1
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Sep 15, 2019
1 parent c64b21c commit 05b5b28
Show file tree
Hide file tree
Showing 12 changed files with 744 additions and 128 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ assignment2/cs231n
assignment2/.ipynb_checkpoints
assignment3/dataset
assignment3/.ipynb_checkpoints
assignment3/models
396 changes: 280 additions & 116 deletions assignment3/1 Language Modeling.ipynb

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assignment3/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
jupyter = "*"
tqdm = "*"
sentencepiece = "*"
segtok = "*"
tensorflow-gpu = "==2.0.0-rc1"
juypterlab = "*"
jupyterlab = "*"

[requires]
python_version = "3.7"
445 changes: 445 additions & 0 deletions assignment3/Pipfile.lock

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions assignment3/requirements.txt

This file was deleted.

6 changes: 0 additions & 6 deletions assignment3/requirements_gpu.txt

This file was deleted.

Binary file removed section_notes/2019_CS182_Section_6_Notes.pdf
Binary file not shown.
Binary file removed section_notes/2019_CS182_Section_7_Notes.pdf
Binary file not shown.
Binary file removed section_notes/2019_CS182_Section_8_Notes.pdf
Binary file not shown.
Binary file removed section_notes/2019_CS182_Section_Nodes_Week_3.pdf
Binary file not shown.
Binary file removed section_notes/2019_CS182_Section_Notes_Week_1.pdf
Binary file not shown.
Binary file removed section_notes/2019_CS182_Section_Notes_Week_2.pdf
Binary file not shown.

0 comments on commit 05b5b28

Please sign in to comment.