You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
337 B
37 lines
337 B
.nfs* |
|
|
|
# compilation and distribution |
|
__pycache__ |
|
_ext |
|
*.pyc |
|
*.pyd |
|
*.so |
|
*.dll |
|
*.egg-info/ |
|
build/ |
|
dist/ |
|
wheels/ |
|
|
|
# pytorch/python/numpy formats |
|
*.pth |
|
*.pkl |
|
*.npy |
|
*.ts |
|
model_ts*.txt |
|
|
|
# onnx models |
|
*.onnx |
|
|
|
# ipython/jupyter notebooks |
|
**/.ipynb_checkpoints/ |
|
|
|
# Editor temporaries |
|
*.swn |
|
*.swo |
|
*.swp |
|
*~ |
|
|
|
# editor settings |
|
.idea |
|
.vscode |
|
_darcs
|
|
|