diff options
author | Adam Paszke <adam.paszke@gmail.com> | 2016-11-25 00:23:12 +0100 |
---|---|---|
committer | Adam Paszke <adam.paszke@gmail.com> | 2016-11-25 00:41:55 +0100 |
commit | bcfa2d6c79e74275ef555baee45f89e397e7f0b8 (patch) | |
tree | da7121c1477c72484a2c5fdeda5d1c0a9e1caad5 /.gitignore | |
parent | 8b492bbc476e66709da51646aaefaa0963975854 (diff) | |
download | pytorch-bcfa2d6c79e74275ef555baee45f89e397e7f0b8.tar.gz pytorch-bcfa2d6c79e74275ef555baee45f89e397e7f0b8.tar.bz2 pytorch-bcfa2d6c79e74275ef555baee45f89e397e7f0b8.zip |
Add .t7 file reader
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 725a526bac..3ff3108d95 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ torch/csrc/nn/THNN.cwrap torch/csrc/nn/THNN.cpp torch/csrc/nn/THCUNN.cwrap torch/csrc/nn/THCUNN.cpp +test/data/legacy_modules.t7 */*.pyc */**/*.pyc */**/**/*.pyc |