Skip to content

Commit f9d6db9

Browse files
committed
Initial commit
0 parents  commit f9d6db9

File tree

295 files changed

+3609
-0
lines changed

Some content is hidden

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

295 files changed

+3609
-0
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/experiments/
2+
/checkpoints/
3+
/data/
4+
/logs/
5+
/mlruns/
6+
/profiler/
7+
/logs/
8+
/docs/downloads/
9+
/docs/experiments/
10+
11+
# Byte-compiled / optimized / DLL files
12+
__pycache__/
13+
*.py[cod]
14+
*$py.class
15+
16+
# Jupyter Notebook
17+
.ipynb_checkpoints
18+
# notebooks/
19+
20+
# mac
21+
.DS_Store
22+
23+
# Other
24+
.vscode
25+
*.tsv
26+
*.pt
27+
*.json
28+
gpt*.txt
29+
*.env
30+
local/

README.md

Lines changed: 26 additions & 0 deletions

0 commit comments

Comments
 (0)