.gitignore 506 B

123456789101112131415161718192021222324252627282930313233343536
  1. .idea
  2. *.pt
  3. *.pth
  4. *.png
  5. *.log
  6. *.onnx
  7. runs
  8. logs
  9. log
  10. /tensorboard/
  11. logs/
  12. tensorboard_logs/
  13. summaries/
  14. events.out.tfevents.*
  15. # If you have a specific directory for your runs, you can ignore it directly
  16. /runs/
  17. # Ignore checkpoint files if you don't want to track them
  18. checkpoint
  19. *.ckpt.data-*
  20. *.ckpt.index
  21. *.ckpt.meta
  22. # Ignore TensorFlow model files that are not necessary for version control
  23. *.pb
  24. /*.pbtxt
  25. # Ignore Jupyter Notebook checkpoints
  26. /.ipynb_checkpoints/
  27. __pycache__
  28. train_results
  29. *.tif
  30. *.tiff