txie-93 / cdvae

An SE(3)-invariant autoencoder for generating the periodic structure of materials [ICLR 2022]
MIT License
211 stars 85 forks source link

Why is my training process not complete? #37

Open szy120320 opened 1 year ago

szy120320 commented 1 year ago
while parsing CIF: Some fractional coordinates rounded to ideal values to avoid issues with finite precision.
  warnings.warn("Issues encountered while parsing CIF: " + "\n".join(self.warnings))
100%|█████████▉| 11351/11356 [09:20<00:00, 26.38it/s]
szy120320 commented 1 year ago

what should I do?

szy120320 commented 1 year ago

Besides, when I execute the 'stop run' command, the result is

forrtl: error (200): program aborting due to control-C event
Image              PC                Routine            Line        Source             
libifcoremd.dll    00007FFC3D1EDF54  Unknown               Unknown  Unknown
KERNELBASE.dll     00007FFCA1D3B943  Unknown               Unknown  Unknown
KERNEL32.DLL       00007FFCA2F67034  Unknown               Unknown  Unknown
ntdll.dll          00007FFCA44A26A1  Unknown               Unknown  Unknown

If I execute the 'stop run' command, is the training process complete?