Xin Jin

Results 3 issues of Xin Jin

I tested example.py in tf1.2, python2.7, and it had the error: ![image](https://user-images.githubusercontent.com/8096033/34563982-eeb10874-f18f-11e7-8674-e82e20ff5e81.png) How to fix it? Thank you! By the way, I have memory leak when using my pb file...

I ran KNNClassifier on my local machine with 5000 rows data, and I got stackoverflow errors. The version of this KNN is v0.1.1. How to avoid this stackoverflow?

@dukebw Hi, thanks for your code. I have a detailed problem: In your code, you build embedding : ``` num_total_tokens = sum(self.num_tokens) self.encoder = torch.nn.Embedding(num_total_tokens, args.controller_hid) ``` This code shows...