got
This commit is contained in:
parent
ecd039b336
commit
f3fd1f7c59
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.h5
|
|
||||||
*.ckpt
|
*.ckpt
|
||||||
*.ipynb
|
*.ipynb
|
||||||
*.onnx
|
*.onnx
|
BIN
data/dataset/train.h5
Normal file
BIN
data/dataset/train.h5
Normal file
Binary file not shown.
BIN
data/dataset/val.h5
Normal file
BIN
data/dataset/val.h5
Normal file
Binary file not shown.
|
@ -1,5 +1,8 @@
|
||||||
import sys, os
|
import sys, os
|
||||||
|
|
||||||
|
os.environ["NNPACK"] = "0"
|
||||||
|
|
||||||
|
|
||||||
script_dir = os.path.dirname(os.path.abspath(__file__))
|
script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
data_dir = os.path.abspath(os.path.join(script_dir, ".."))
|
data_dir = os.path.abspath(os.path.join(script_dir, ".."))
|
||||||
project_root = os.path.abspath(os.path.join(script_dir, "../.."))
|
project_root = os.path.abspath(os.path.join(script_dir, "../.."))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user