diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-01 11:07:59 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-01 11:07:59 +0100 |
| commit | d9c3928e542faabaf8a9cb3d235029939cb65f09 (patch) | |
| tree | 7f5093e8be5c3473d056c5da4c40947a21ca2b7e /.gitignore | |
utilz
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..6b7d916 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +debug* +datasets/ +sequences/ +a_b/ +checkpoints/ +results/ +renders/ +build/ +dist/ +torch.egg-info/ +*/**/__pycache__ +torch/version.py +torch/csrc/generic/TensorMethods.cpp +torch/lib/*.so* +torch/lib/*.dylib* +torch/lib/*.h +torch/lib/build +torch/lib/tmp_install +torch/lib/include +torch/lib/torch_shm_manager +torch/csrc/cudnn/cuDNN.cpp +torch/csrc/nn/THNN.cwrap +torch/csrc/nn/THNN.cpp +torch/csrc/nn/THCUNN.cwrap +torch/csrc/nn/THCUNN.cpp +torch/csrc/nn/THNN_generic.cwrap +torch/csrc/nn/THNN_generic.cpp +torch/csrc/nn/THNN_generic.h +docs/src/**/* +test/data/legacy_modules.t7 +test/data/gpu_tensors.pt +test/htmlcov +test/.coverage +*/*.pyc +*/**/*.pyc +*/**/**/*.pyc +*/**/**/**/*.pyc +*/**/**/**/**/*.pyc +*/*.so* +*/**/*.so* +*/**/*.dylib* +test/data/legacy_serialized.pt +*.DS_Store +*~ + +recursive +renders +results +sequences +checkpoints +datasets +thirds +checkpoints_hdd +checkpoints_ssd + |
