HelloJocelynLu / t5chem

Transformer-based model for chemical reactions
MIT License
60 stars 15 forks source link

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #14

Closed soap117 closed 1 year ago

soap117 commented 1 year ago

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) when load from the pretrained file

HelloJocelynLu commented 1 year ago

Hi,

I never encounter this error. Can you provide more information about which system you are using & any other error messages (if you have) & the commands you have been used to load pretrained models?

Best, Jocelyn

tkella47 commented 1 year ago

My understanding is that this is a C like SegFault error. Usually comes from using the wrong cuda/ubuntu version or more likely, a f ile that is already open in a RW state is being modified but is locked due to the open state. But as Jocelyn said, more info may be required...

HelloJocelynLu commented 1 year ago

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) when load from the pretrained file

Hi, any updates?

soap117 commented 1 year ago

Reinstall the environment, the problem is solved.

HelloJocelynLu commented 1 year ago

Reinstall the environment, the problem is solved.

Good to know! Thanks.