Skip to content

Commit

Permalink
Removed assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Nov 22, 2016
1 parent 60fa4ac commit 2975947
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Network.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ function Network:init(opt)
assert(opt.modelName, "Must have given a model to train.")
self:prepSpeechModel(opt.modelName, opt)
end
assert(opt.loadModel and opt.loadPath, "To save/load you must specify the modelPath you want to save to")
-- setting online loading
self.indexer = indexer(opt.trainingSetLMDBPath, opt.batchSize)
self.pool = threads.Threads(1, function() require 'Loader' end)
Expand Down

0 comments on commit 2975947

Please sign in to comment.