-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
92 lines (92 loc) · 950 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
*$py.class
*.ckpt
*.cover
*.egg
*.egg-info/
*.gz
*.manifest
*.mo
*.pot
*.prof
*.pt
*.py[cod]
*.sage.py
*.so
*.spec
*.tar.gz
*.zip
*ubyte
.DS_Store
.Python
.cache
.coverage
.coverage.*
.data/
.eggs/
.env
.forked/
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.neptune/
.pytest_cache/
.python-version
.ropeproject
.spyderproject
.spyproject
.tags
.tox/
.venv
.vscode/
/site
Datasets/
ENV/
MNIST/
__pycache__/
_build/
app/models/
data
build/
celerybeat-schedule
cifar-10-batches-py
coverage.xml
develop-eggs/
dist/
downloads/
eggs/
env/
htmlcov/
ide_layouts/
legacy/checkpoints/
lib/
lib64/
lightning_logs/
ml-runs/
mlruns/
mnist/
model_weights/
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
pip-wheel-metadata/
pytorch\ lightning
run_configs/
sdist/
tags
test-reports/
test_tube_*/
tests/save_dir
tests/tests/
tests/tests_tt_dir/
timit_data/
venv/
wandb
wheels/
.lightning
raw/
data/
processed/
pytorch_geometric/