Skip to content

Commit

Permalink
feat: enable self supervised pretraining
Browse files Browse the repository at this point in the history
chore: linting, fix variables and format

wip: pretraining notebook

WIP: pretraining almost working

feat: add self supervision
  • Loading branch information
Optimox committed Dec 7, 2020
1 parent 2a9757d commit d4af838
Show file tree
Hide file tree
Showing 9 changed files with 1,703 additions and 157 deletions.
1 change: 1 addition & 0 deletions .flake8
@@ -1,5 +1,6 @@
[flake8]
max-line-length = 100
ignore = E203
count = True
exclude =
.git,
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ objects.inv
.history/
data/
.ipynb_checkpoints/
.vscode/
*.pt
*~

Expand Down

0 comments on commit d4af838

Please sign in to comment.