Hi!
I know that your model file only saves parameters in the end.
Have you ever tried to save a complete network model file?
I used the following code in trainer.py to save and kept reporting errors.
error:
AttributeError: Can't pickle local object 'boolean_dispatch.<locals>.fn'
I searched for this error on the Internet, but I haven't found a solution yet.
If you have a pth file with complete parameters, is it convenient to share it?
Thank you!
Hi! I know that your model file only saves parameters in the end. Have you ever tried to save a complete network model file? I used the following code in
trainer.py
to save and kept reporting errors.error:
AttributeError: Can't pickle local object 'boolean_dispatch.<locals>.fn'
I searched for this error on the Internet, but I haven't found a solution yet.If you have a pth file with complete parameters, is it convenient to share it? Thank you!