Kyrie

Results 34 issues of Kyrie

Hello, I am very glad that you provided the data, but I don't understand what the meaning of the data is. Can you add the documentation for the data?

Hello, How should I make predictions after I have finished training? What should my prediction be? If I want to predict future changes, what should my input be like? During...

When I run your Recurrent Neural Network.ipynb, I get the following error: ``` InvalidArgumentError Traceback (most recent call last) ~/anaconda3/envs/AdaNet/lib/python3.5/site-packages/tensorflow/python/client/session.py in _do_call(self, fn, *args) 1321 try: -> 1322 return fn(*args)...

Now I want to use my own data to fine tune facenet, so that I can better extract Asian face features, but I don't know how your 'triple'generator' should generate...

Hello, I have a face data with 194 face key points. I want to use your network to train my data so that I can predict 194 face key points,...

您好,很高兴看到您的项目,我使用您的方法把数据导入neo4j数据库 ![image](https://user-images.githubusercontent.com/24581773/66633921-8aa97680-ec3e-11e9-8ca0-1ae70fb33b84.png) 但是我访问 `localhost:7474`,并没有看到知识图谱,这是怎么回事呢? ![image](https://user-images.githubusercontent.com/24581773/66634086-ec69e080-ec3e-11e9-80a1-ce0f220038cb.png) 请您多指教一下,谢谢!

good first issue

Thank you for sharing your code. I am able to run your code correctly, but my terminal outputs a lot of unnecessary information, as follows: ![image](https://user-images.githubusercontent.com/24581773/63070635-8f0f2700-bf4e-11e9-9ae6-a569bfcfa77c.png) But I debugged for...

I used your model and code to predict my own image, but I found that the obvious prediction was wrong. I tested several images and the results were all incorrect....

feature request

Hello, when I train a generate model with my own SMILES data, use `LogP_optimization_demo.ipynb`: `tokens = ['', '#', '%', ')', '(', '+', '-', '/', '.', '1', '0 ', '3', '2',...

I collected a large smiles data set. I wanted to try to generate the model from scratch. Then I counted the unique characters of all smiles, as follows: `#%()*+-./0123456789:=@ABCDEFGHIKLMNOPRSTUVWXYZ[\\]abcdefghiklmnoprstuy` But...