tifeng

Results 2 issues of tifeng

#### Environment & Versions * Operating system: CentOS 3.10 * Python: 3.6.8 * Django:2.1.7 * django-crontab:0.7.1 Does anybody know how to run crontab job as user instead of root? When...

I wonder if the reconstr_loss calculated in variational_model.py in line 174: `self.reconstr_loss = -tf.reduce_sum(tf.mul(logits, self.X), 1)` should modify to: `self.reconstr_loss = -tf.reduce_sum(tf.mul(logits, self.mask_xs), 1)` just as you said in blog(https://s4sarath.github.io/2016/11/23/variational_autoenocder_for_Natural_Language_Processing)...