Skip to content

Commit 7f141bc

Browse files
committedJul 21, 2021
Code refactoring with pytorch lightning
1 parent 8f5c3ac commit 7f141bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1097
-2347
lines changed
 

‎.github/workflows/tests.yml

-26
This file was deleted.

‎.gitignore

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Data
2-
/data/*
3-
!/data/sample_data
4-
!/data/metadata.json
5-
!/data/README.md
2+
/data
3+
4+
# Hydra
5+
/outputs
66

77
# Editors
88
.vscode
@@ -12,6 +12,12 @@ __pycache__
1212
.ipynb_checkpoints
1313
.mypy_cache
1414

15+
# Virtual environment
16+
venv
17+
18+
# Weights & Biases
19+
wandb
20+
1521
# pytest
1622
.coverage*
1723
.pytest_cache
@@ -20,8 +26,4 @@ htmlcov
2026
# Misc
2127
.DS_Store
2228
*.egg-info
23-
venv
24-
legacy
25-
logs
26-
artifacts
27-
wandb
29+
artifacts

0 commit comments

Comments
 (0)
Please sign in to comment.