You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Dr. Yang:
I found this is a very interesting work;
I have tried to train network from scratch to reproduce the results displayed in the paper.
But the training process often terminated unexpectedly.
It seems one should modify main_netTrain.m and config.m to make the training successful.
I have changed nnconfig.TrainNumber = 1; in config.m to nnconfig.TrainNumber = 100;; This seems to work, but the training process can still be finished unexpectedly.
So I was wondering what else I should modify to train the network from scratch?
Best wishes
The text was updated successfully, but these errors were encountered:
Dear Dr. Yang:
I found this is a very interesting work;
I have tried to train network from scratch to reproduce the results displayed in the paper.
But the training process often terminated unexpectedly.
It seems one should modify
main_netTrain.m
andconfig.m
to make the training successful.I have changed
nnconfig.TrainNumber = 1;
inconfig.m
tonnconfig.TrainNumber = 100;
; This seems to work, but the training process can still be finished unexpectedly.So I was wondering what else I should modify to train the network from scratch?
Best wishes
The text was updated successfully, but these errors were encountered: