-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prediction Issue #1392
Comments
|
|
This is the result from the reticulate :: py_last_error(), actually, I have just changed some labels. It seems that I fix the last problem, however, this is a new problem occurred now. I cannot ready the reticulate::py_last_error() currently, I am going to try. |
Actually, I find out it is a matrix type problem. I turn the data into matrix type (Original one is data frame). If I do not turn it into the a matrix type, the error will be the same as the first one. |
If you can condense the issue into a block of code that I can run to reproduce the error, I'm happy to take a look. (e.g., generating fake data with |
Hi, I have uploaded my code and data, which is made by myself. Because it is for my thesis, I prefer to delete it after you took a look. https://github.com/Vingoal/solid-octo-goggles |
|
Thank you for the reply, t-kalinowski. I am currently busy to work on other articles. Please give me some time to condense the issue into an MRE. I think I still need your help in the future. Have a nice day. |
My code:
grad.beta<-predict(model.grad, keras_train_data_x, keras_train_data_y)
grad.beta <- data.frame(grad.beta)
Hi, I am new user of Keras. When I try to predict the data with keras, it shows me this.
model is fine. model.grad has processed without any errors showing.
my tensorflow version is 2.1. numpy version is 1.16.4. python version is 3.6. keras version is 2.3.1.
The text was updated successfully, but these errors were encountered: