Stella Wu

Results 4 comments of Stella Wu

@YU1ut thanks for the implementation ! a few more questions on WeightEMA class: 1. in the init part of the class there's ``` for param, ema_param in zip(self.params, self.ema_params): param.data.copy_(ema_param.data)...

@spolavar I saved the augmented texts to check the results. If you are just trying to do augmentation maybe [nlpaug](https://github.com/makcedward/nlpaug) will help? I reproduced the results eventually on IMDB and...

@spolavar what is your tf version? the code only support tf 1 Try adding this `import tensorflow as tf import tensorboard as tb tf.io.gfile = tb.compat.tensorflow_stub.io.gfile ` as your tensorflow...

Thank you! Did not realize it was trying to simplify the number of classes.