Kyrie
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数据库  但是我访问 `localhost:7474`,并没有看到知识图谱,这是怎么回事呢?  请您多指教一下,谢谢!
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:  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....
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...