Closed hwLiu8 closed 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.
from torchpack.callbacks import Callbacks, SaverRestore
Segmentation fault (core dumped)
This is very wield. Could you make sure that you could reproduce this error just with this line alone?
when my program has this code :
from torchpack.callbacks import Callbacks, SaverRestore
, it occurSegmentation fault (core dumped)
, who knew why?? thanks.