Dylan

Results 14 comments of Dylan

Fixed Modified `seq2seq.lua`: ```lua --[[ Backward coupling: Copy decoder gradients to encoder LSTM ]]-- function Seq2Seq:backwardConnect() -- self.encoderLSTM.userNextGradCell =-- -- nn.rnn.recursiveCopy(self.encoderLSTM.userNextGradCell, self.decoderLSTM.userGradPrevCell) -- self.encoderLSTM.gradPrevOutput = -- nn.rnn.recursiveCopy(self.encoderLSTM.gradPrevOutput, self.decoderLSTM.userGradPrevOutput) if (self.encoderLSTM.userNextGradCell...

But When training continued, Got this error: ```shell -- Loading dataset Loading vocabulary from data/vocab.t7 ... Dataset stats: Vocabulary size: 3830 Examples: 58852 dgk ending -- Epoch 1 / 30...

![image](https://user-images.githubusercontent.com/2519544/71656356-db2ffc00-2d75-11ea-9e60-678fa47e6725.png) 上述地址 404 啦

@Ben-Mark code was tested, pull this code to local, modified and publish to your private repo or git for use.

> WKWebView is refreshing on every close of dialog or modal windows; can you provide the full html code(js,css,html) for open/hide dialog and modal window and callback code ?

Do you write and test with objective-C ?

this project now use `json-source-map` or `lossless-json`? i just want to upgrade `jsoneditor` version .... only use `jsoneditor` lib;

upgrade `jsoneditor ` to the latest version can fix the `big int issue` ?