From e81e9832ec4f2ad031fd42b5018cea134e8cda7e Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 26 Aug 2015 14:26:54 +0800 Subject: move global_transf to asr_trainer.lua --- nerv/io/sgd_buffer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nerv/io') diff --git a/nerv/io/sgd_buffer.lua b/nerv/io/sgd_buffer.lua index 604fa07..f9d281c 100644 --- a/nerv/io/sgd_buffer.lua +++ b/nerv/io/sgd_buffer.lua @@ -91,7 +91,7 @@ function SGDBuffer:get_data() if not self:saturate() then return nil -- the remaining data cannot build a batch end - nerv.info("%.3fs to fill the buffer\n", os.clock() - t) + nerv.info("%.3fs to fill the buffer", os.clock() - t) end if self.head + batch_size > self.tail then return nil -- the remaining data cannot build a batch -- cgit v1.2.3-70-g09d2