You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello developers of LibSPN
I'm trying to save the convSPN created in your tutorial 7 with the code: spn.JSONSaver('convSPN.spn', pretty=True).save(root)
after training. It is returning the error:
Hi there, I have a suspicion it's trying to JSON serialize the one hot kernels in one of the conv products layers. Will have to make a fix for this. I'll try and get to it tomorrow.
Hello developers of LibSPN
I'm trying to save the convSPN created in your tutorial 7 with the code:
spn.JSONSaver('convSPN.spn', pretty=True).save(root)
after training. It is returning the error:
from the file
_encode_json(obj)
Is there something I can do to save it?
The text was updated successfully, but these errors were encountered: