zhangzibin/char-rnn-chinese

can't find the util/JSON.lua

jdxyw opened this issue · 1 comments

jdxyw commented

Can not find the util/JSON.lua when run the web_backend.lua
`require 'torch'
require 'nngraph'
require 'optim'
require 'lfs'
require 'nn'

require 'util.OneHot'
require 'util.misc'
JSON = (loadfile "util/JSON.lua")()
`

JSON.lua Added.