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
It'd be great to have a non-pickle export option. As in #308, some people want to move models to other languages, but even for those who are staying in Python, an export option that isn't pickle-dependent would be really nice given how brittle pickles can be to version differences (having trouble not imaging a brittle pickle now...) and the fact some environments don't support their use for security reasons.
The text was updated successfully, but these errors were encountered:
Related to #308 , expansion of #201
It'd be great to have a non-pickle export option. As in #308, some people want to move models to other languages, but even for those who are staying in Python, an export option that isn't pickle-dependent would be really nice given how brittle pickles can be to version differences (having trouble not imaging a brittle pickle now...) and the fact some environments don't support their use for security reasons.
The text was updated successfully, but these errors were encountered: