Skip to content

Commit 1ed40ac

Browse files
committed
🐛 [fix] about test.
1 parent 4343120 commit 1ed40ac

9 files changed

+104
-3
lines changed

Diff for: .gitignore

+104
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,106 @@
11
.idea
22
.DS_Store
3+
__pycache__
4+
lightning_logs
5+
6+
# Byte-compiled / optimized / DLL files
7+
__pycache__/
8+
*.py[cod]
9+
*$py.class
10+
11+
# C extensions
12+
*.so
13+
14+
# Distribution / packaging
15+
.Python
16+
env/
17+
build/
18+
develop-eggs/
19+
dist/
20+
downloads/
21+
eggs/
22+
.eggs/
23+
lib/
24+
lib64/
25+
parts/
26+
sdist/
27+
var/
28+
wheels/
29+
*.egg-info/
30+
.installed.cfg
31+
*.egg
32+
33+
# PyInstaller
34+
# Usually these files are written by a python script from a template
35+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
36+
*.manifest
37+
*.spec
38+
39+
# Installer logs
40+
pip-log.txt
41+
pip-delete-this-directory.txt
42+
43+
# Unit test / coverage reports
44+
htmlcov/
45+
.tox/
46+
.coverage
47+
.coverage.*
48+
.cache
49+
nosetests.xml
50+
coverage.xml
51+
*.cover
52+
.hypothesis/
53+
54+
# Translations
55+
*.mo
56+
*.pot
57+
58+
# Django stuff:
59+
*.log
60+
local_settings.py
61+
62+
# Flask stuff:
63+
instance/
64+
.webassets-cache
65+
66+
# Scrapy stuff:
67+
.scrapy
68+
69+
# Sphinx documentation
70+
docs/_build/
71+
72+
# PyBuilder
73+
target/
74+
75+
# Jupyter Notebook
76+
.ipynb_checkpoints
77+
78+
# pyenv
79+
.python-version
80+
81+
# celery beat schedule file
82+
celerybeat-schedule
83+
84+
# SageMath parsed files
85+
*.sage.py
86+
87+
# dotenv
88+
.env
89+
90+
# virtualenv
91+
.venv
92+
venv/
93+
ENV/
94+
95+
# Spyder project settings
96+
.spyderproject
97+
.spyproject
98+
99+
# Rope project settings
100+
.ropeproject
101+
102+
# mkdocs documentation
103+
/site
104+
105+
# mypy
106+
.mypy_cache/

Diff for: bbcm/__pycache__/__init__.cpython-37.pyc

-299 Bytes
Binary file not shown.

Diff for: tools/__pycache__/bases.cpython-37.pyc

-2.58 KB
Binary file not shown.
Binary file not shown.

Diff for: tools/lightning_logs/version_0/hparams.yaml

-1
This file was deleted.
Binary file not shown.

Diff for: tools/lightning_logs/version_1/hparams.yaml

-1
This file was deleted.
Binary file not shown.

Diff for: tools/lightning_logs/version_2/hparams.yaml

-1
This file was deleted.

0 commit comments

Comments
 (0)