Results 3 issues of Xiao.Liu

Hello I followed your tutorial to learn the django with angularjs. However, I found that `python manage.py createsupseruser` would not ask for `username` when `email` is indicated as `username` and...

Hello, inspired by openai/finetune-transformer-lm, I am now trying to make a language model based on your code. I got a question during implementation. ``` self.model = Model([src_seq_input, tgt_seq_input], loss) self.model.add_loss([loss])...

Hello I am attracted by the idea of exporting subtree in a org file, which is presented in your package. However, I found that it only export the content of...