.gitignore 517 B

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