.gitignore 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. _Store
  2. debug*
  3. datasets/
  4. checkpoints/
  5. results/
  6. build/
  7. dist/
  8. *.png
  9. torch.egg-info/
  10. */runs/
  11. */__pycache/
  12. */**/__pycache__
  13. torch/version.py
  14. torch/csrc/generic/TensorMethods.cpp
  15. torch/lib/*.so*
  16. torch/lib/*.dylib*
  17. torch/lib/*.h
  18. torch/lib/build
  19. torch/lib/tmp_install
  20. torch/lib/include
  21. torch/lib/torch_shm_manager
  22. torch/csrc/cudnn/cuDNN.cpp
  23. torch/csrc/nn/THNN.cwrap
  24. torch/csrc/nn/THNN.cpp
  25. torch/csrc/nn/THCUNN.cwrap
  26. torch/csrc/nn/THCUNN.cpp
  27. torch/csrc/nn/THNN_generic.cwrap
  28. torch/csrc/nn/THNN_generic.cpp
  29. torch/csrc/nn/THNN_generic.h
  30. docs/src/**/*
  31. test/data/legacy_modules.t7
  32. test/data/gpu_tensors.pt
  33. test/htmlcov
  34. test/.coverage
  35. */*.pyc
  36. */**/*.pyc
  37. */**/**/*.pyc
  38. */**/**/**/*.pyc
  39. */**/**/**/**/*.pyc
  40. */*.so*
  41. */**/*.so*
  42. */**/*.dylib*
  43. test/data/legacy_serialized.pt
  44. *~
  45. .idea
  46. DAVIS/
  47. pretrained_model/*.t7
  48. pretrained_model/*.pth
  49. model_convert/