Spaces:
Configuration error
Configuration error
# PyTorch | |
/.torch | |
# Data files | |
*.csv | |
*.json | |
*.tsv | |
# Model files | |
*.ckpt | |
*.pth | |
*.pkl | |
# Logs and checkpoints | |
logs/ | |
checkpoints/ | |
# Secondary files | |
*.pyc | |
__pycache__/ | |
.DS_Store | |