Skip to content

Instantly share code, notes, and snippets.

View cjgb's full-sized avatar

Carlos J. Gil Bellosta cjgb

View GitHub Profile
library(mxnet)
batch.size <- 32
seq.len <- 64
num.hidden = 128
num.embed = 128
num.lstm.layer = 1
num.round = 1
learning.rate= 0.1
wd=0.00001