Davide Caroselli

Results 26 comments of Davide Caroselli

I had a simpler setup in mind: (1) a NMT model trained on the available parallel data, (2) batch translate of a large monolingual corpus and finally (3) training on...

Hi @dennybritz any news on this topic? I was trying to train a `nmt_large` model on 8 GPUs machine but I confirm that only one was actually used. Here's the...

I have already implemented a Proof-of-concept that can be integrated with a PR, however I'm very new to the project and I don't know where to start and the best...

Hi @ephys ! Sure, i see your point about not having to include a JSON serialization logic to Sequelize too.. However.. 😄 Still a `Model` class has the `toJSON()` method,...

Thank you for your response! Indeed, I followed your feedback and I have just created a separate library called [Jsonthis](https://www.npmjs.com/package/jsonthis) that can be very easily connected with Sequelize! Here's a...

Hello! I'm closing this issue as I solved the original problem with the [Jsonthis!](https://www.npmjs.com/package/jsonthis) library!