NotImplementedError While Loading Saved .nc Model #1235
Replies: 1 comment
-
Hi. Sorry to miss. Were you able to find the error? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!!
I've been exploring using the budget allocation methodology and have come across an interesting error. Hoping to get some guidance or find anyone who has came across this before.
After building a model, I've saved it like so -
my_mmm.save('some_cool_model.nc')
. That file gets saved to my working dir for later use. Once budget allocation is starting to kick off, we would load that model -my_cool_model = MMM.load('some_cool_model.nc')
.Upon loading that cool model up, I'm getting this error
My env:
Beta Was this translation helpful? Give feedback.
All reactions