Skip to content

Commit

Permalink
Step 2.3 - Train Dense Teacher
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Murdaca <[email protected]>
  • Loading branch information
Francesco Murdaca committed Mar 16, 2022
1 parent ef29347 commit df0e182
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 0 deletions.
101 changes: 101 additions & 0 deletions notebooks/demo-nm/dense-teacher-training.ipynb

Large diffs are not rendered by default.

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

[packages]
sparseml = "*"
torch = "<1.9"
boto3 = "*"

[dev-packages]

[requires]
python_version = "3.8"
Loading

0 comments on commit df0e182

Please sign in to comment.