commit f6e8c794979b11a4dba1f72d58a65839c603d427 Author: umhau <umhau@users.noreply.github.com> Date: Sat, 11 Feb 2017 02:49:12 -0500 Initial commit Diffstat:
| A | .gitignore | | | 41 | +++++++++++++++++++++++++++++++++++++++++ |
| A | README.md | | | 2 | ++ |
2 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,41 @@ +# Compiled Lua sources +luac.out + +# luarocks build files +*.src.rock +*.zip +*.tar.gz + +# Object files +*.o +*.os +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.def +*.exp + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + diff --git a/README.md b/README.md @@ -0,0 +1,2 @@ +# word-rnn_with_mpit +Implementing a complex Torch7 RNN implementation over a cluster with MPIT.