diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6d2785 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +logs +./logs/* +data +./data/* diff --git a/LSTM.lua b/LSTM.lua old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/data/nba/comments.t7 b/data/nba/comments.t7 old mode 100644 new mode 100755 diff --git a/data/nba/comments.txt b/data/nba/comments.txt old mode 100644 new mode 100755 diff --git a/data/nba/scores.t7 b/data/nba/scores.t7 old mode 100644 new mode 100755 diff --git a/data/nba/scores.txt b/data/nba/scores.txt old mode 100644 new mode 100755 diff --git a/data/nba/vocab.t7 b/data/nba/vocab.t7 old mode 100644 new mode 100755 diff --git a/data/nba2/comments.txt b/data/nba2/comments.txt old mode 100644 new mode 100755 diff --git a/data/nba2/scores.txt b/data/nba2/scores.txt old mode 100644 new mode 100755 diff --git a/data/test/comments.t7 b/data/test/comments.t7 old mode 100644 new mode 100755 diff --git a/data/test/comments.txt b/data/test/comments.txt old mode 100644 new mode 100755 diff --git a/data/test/scores.t7 b/data/test/scores.t7 old mode 100644 new mode 100755 diff --git a/data/test/scores.txt b/data/test/scores.txt old mode 100644 new mode 100755 diff --git a/data/test/vocab.t7 b/data/test/vocab.t7 old mode 100644 new mode 100755 diff --git a/data/tinyshakespeare/data.t7 b/data/tinyshakespeare/data.t7 old mode 100644 new mode 100755 diff --git a/data/tinyshakespeare/input.txt b/data/tinyshakespeare/input.txt old mode 100644 new mode 100755 diff --git a/data/tinyshakespeare/vocab.t7 b/data/tinyshakespeare/vocab.t7 old mode 100644 new mode 100755 diff --git a/debugger.lua b/debugger.lua old mode 100644 new mode 100755 diff --git a/results.log b/results.log new file mode 100755 index 0000000..c3ca08f --- /dev/null +++ b/results.log @@ -0,0 +1,28 @@ +000 (199644.000.000) 10/05 17:45:04 Job submitted from host: <128.83.130.186:33896> +... +001 (199644.000.000) 10/05 17:45:20 Job executing on host: <128.83.144.69:45799> +... +006 (199644.000.000) 10/05 17:45:29 Image size of job updated: 1 + 2 - MemoryUsage of job (MB) + 2012 - ResidentSetSize of job (KB) +... +006 (199644.000.000) 10/05 17:46:08 Image size of job updated: 1216316 + 2 - MemoryUsage of job (MB) + 2012 - ResidentSetSize of job (KB) +... +005 (199644.000.000) 10/05 17:46:08 Job terminated. + (1) Normal termination (return value 1) + Usr 0 00:07:37, Sys 0 00:00:02 - Run Remote Usage + Usr 0 00:00:00, Sys 0 00:00:00 - Run Local Usage + Usr 0 00:07:37, Sys 0 00:00:02 - Total Remote Usage + Usr 0 00:00:00, Sys 0 00:00:00 - Total Local Usage + 0 - Run Bytes Sent By Job + 0 - Run Bytes Received By Job + 0 - Total Bytes Sent By Job + 0 - Total Bytes Received By Job + Partitionable Resources : Usage Request Allocated + Cpus : 1 1 + Disk (KB) : 1 1 4691982 + Gpus : 0 + Memory (MB) : 2 1 4027 +... diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..8ee98f8 --- /dev/null +++ b/run.sh @@ -0,0 +1 @@ +th train.lua diff --git a/train.lua b/train.lua old mode 100644 new mode 100755 diff --git a/util/Comment2VoteSGDLoader.lua b/util/Comment2VoteSGDLoader.lua old mode 100644 new mode 100755 diff --git a/util/OneHot.lua b/util/OneHot.lua old mode 100644 new mode 100755 diff --git a/util/misc.lua b/util/misc.lua old mode 100644 new mode 100755 diff --git a/util/model_utils.lua b/util/model_utils.lua old mode 100644 new mode 100755