-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[DNN Training] Failed save model in Microsoft.ML.Transforms.DnnTransformer.SaveModel #4191
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
Comments
@yamachu can you please try latest nuget? 0.16-preview |
@codemzs Perfect! It works! env:
|
Model saving works now. logs
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System information
Issue
What did you do?
RetrainDnnModel
for training regression-based deep-neural-network modelWhat happened?
Application throw unhandled exception: System.ArgumentNullException and crash
We could save trained model
Source code / logs
I think this issue is not to check null in this line
machinelearning/src/Microsoft.ML.Dnn/DnnTransform.cs
Lines 1118 to 1119 in 8d51eee
That field in my trained model is null

full source code: https://github.com/yamachu/VoiceConversionStarter/tree/pkg-update
The text was updated successfully, but these errors were encountered: