zhijian-liu / torchpack

A neural network training interface based on PyTorch, with a focus on flexibility
https://pypi.org/project/torchpack/
MIT License
61 stars 15 forks source link

Segmentation fault (core dumped) when ` from torchpack.callbacks import Callbacks, SaverRestore` #40

Closed hwLiu8 closed 1 year ago

hwLiu8 commented 1 year ago

when my program has this code : from torchpack.callbacks import Callbacks, SaverRestore, it occur Segmentation fault (core dumped), who knew why?? thanks.

zhijian-liu commented 1 year ago

This is very wield. Could you make sure that you could reproduce this error just with this line alone?