NotImplementedError While Loading Saved .nc Model #1235
Unanswered
tim-mcwilliams
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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