-
Notifications
You must be signed in to change notification settings - Fork 697
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
Saving weights.npz error! #97
Comments
The same error, Anyone solved? (Windows 10 System) |
Same error...
Looks like the CTRL+C its aborting not only the training process, but the main thread too. |
I solved with an alternative. add the code at the begining of the train.py: at the end of the function train(), change the try: except: to this:
Now you just need to press Q to stop (I have to hold the Q button to work) |
Other alternative is to save the weights each step.
|
Good job, it's really helpful@yurinativo |
It gives this error : Any help to resolve it ?@5059 |
This error is shown while trying to save the trained model using Ctrl+C
NA68ECS 0.0 <-> SS80RJD 1.0
VH96FLC 1.0 <-> SS80RJD 1.0
ND78RRR 1.0 <-> SS80RJD 1.0
JO64KPG 0.0 <-> SS80RJD 1.0
IP11HRV 0.0 <-> SS80RJD 1.0
GS66WQA 0.0 <-> SS80RJD 1.0
WW22MFV 0.0 <-> SS80RJD 1.0
AJ69HHA 1.0 <-> SS80RJD 1.0
LO05ACN 0.0 <-> SS80RJD 1.0
RN46IKZ 1.0 <-> SS80RJD 1.0
PD67JOS 1.0 <-> SS80RJD 1.0
CC50LIG 1.0 <-> SS80RJD 1.0
SH22NYA 1.0 <-> SS80RJD 1.0
EJ63ANL 1.0 <-> SS80RJD 1.0
CQ23FZB 0.0 <-> SS80RJD 1.0
VB46CTT 0.0 <-> SS80RJD 1.0
UW07QYK 1.0 <-> SS80RJD 1.0
UY55WEE 1.0 <-> SS80RJD 1.0
YY76RDB 0.0 <-> SS80RJD 1.0
HE67HQI 0.0 <-> SS80RJD 1.0
ZM60MGH 0.0 <-> SS80RJD 1.0
TI57KNR 0.0 <-> SS80RJD 1.0
JM74WYE 0.0 <-> SS80RJD 1.0
XQ06DTI 1.0 <-> SS80RJD 1.0
HZ92TYI 1.0 <-> SS80RJD 1.0
PQ07UOA 1.0 <-> SS80RJD 1.0
YF28WPW 0.0 <-> SS80RJD 1.0
YG80GAG 0.0 <-> SS80RJD 1.0
LB83MTT 0.0 <-> SS80RJD 1.0
SA00DVB 1.0 <-> SS80RJD 1.0
WB27CRE 1.0 <-> SS80RJD 1.0
SP44VKA 0.0 <-> SS80RJD 1.0
NP76UVV 0.0 <-> SS80RJD 1.0
DY99FUI 1.0 <-> SS80RJD 1.0
TM74IZO 1.0 <-> SS80RJD 1.0
FH87OOE 0.0 <-> SS80RJD 1.0
HY33LBK 0.0 <-> SS80RJD 1.0
QB77WNK 1.0 <-> SS80RJD 1.0
IV34HCY 0.0 <-> SS80RJD 1.0
ZK77JAL 0.0 <-> SS80RJD 1.0
QQ57ATV 0.0 <-> SS80RJD 1.0
TB67JJQ 0.0 <-> SS80RJD 1.0
PI62NYX 0.0 <-> SS80RJD 1.0
SI33DHX 1.0 <-> SS80RJD 1.0
AQ50HNO 1.0 <-> SS80RJD 1.0
NQ57FJT 1.0 <-> SS80RJD 1.0
NH13WAC 0.0 <-> SS80RJD 1.0
UA09ZPI 0.0 <-> SS80RJD 1.0
TP98FJQ 0.0 <-> SS80RJD 1.0
IO89BAM 1.0 <-> SS80RJD 1.0
B 40 0.00% 44.00% loss: -23851382784.0 (digits: 1750573696.0, presence: -25601955840.0) |XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|
time for 60 batches 141.08570551872253
forrtl: error (200): program aborting due to control-C event
Image PC Routine Line Source
libifcoremd.dll 00007FFD987A94C4 Unknown Unknown Unknown
KERNELBASE.dll 00007FFDECA97EDD Unknown Unknown Unknown
KERNEL32.DLL 00007FFDEEFF1FE4 Unknown Unknown Unknown
ntdll.dll 00007FFDEFBBEFB1 Unknown Unknown Unknown
Any one else had this issue and solved it? Please help
The text was updated successfully, but these errors were encountered: