-
Notifications
You must be signed in to change notification settings - Fork 132
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
A little question #415
Comments
You can use Evaluator only calculates MAE or other metrics. |
OK, thank you very much for your reply. If I want to draw the loss or MAE in the model training process, what should I do? |
Do you use In that case you can use |
I used the model in example / own_dataset to train my own data. The model uses the run_train () method. Is it different from the Trainer? |
It internally uses Trainer.
I guess you can pass below to |
OK, when using CSV data for multiple label training, I found that the model only outputs one loss. How do you handle multiple label training? Will different labels affect each other? |
Hello, I trained my own CSV dataset by using chainer-chemistry, but I only got MAE when I used the model for prediction. How can I get the prediction value of each test data? I want to be able to compare it with the true value of my data.
The text was updated successfully, but these errors were encountered: