-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (40 loc) · 1016 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
__pycache__/
*.py[cod]
*$py.class
*.metaflow
*.h5
build/
dist/
*.egg-info/
.tox/
.ipynb_checkpoints/
R/cran_check/
R/.Rproj.user
R/*.Rproj
R/.Rbuildignore
.Rproj.user
.DS_Store
.env
node_modules
main.js.map
.project
.pydevproject
# Pycharm
.idea
stubs/version.py
.metaflow/*
metaflow.*.*/
examples/real-examples/mnist_ptl/lightning_logs/*
examples/real-examples/mnist_ptl/checkpoints/*
examples/real-examples/mnist_ptl/MNIST/*
dump*
examples/real-examples/mnist_keras/model_checkpoints/*
examples/real-examples/mnist_keras/checkpoint_downloads/*
examples/real-examples/mnist_huggingface/logs/*
examples/real-examples/mnist_huggingface/MNIST/*
examples/real-examples/mnist_huggingface/results/*
examples/real-examples/mnist_huggingface/checkpoint_downloads/*
examples/real-examples/mnist_torch_vanilla/model_checkpoints/*
examples/real-examples/mnist_torch_vanilla/model_checkpoints_*/*
examples/real-examples/mnist_torch_vanilla/MNIST/*
examples/real-examples/mnist_torch_vanilla/checkpoint_downloads/*