USGS-R / river-dl

Deep learning model for predicting environmental variables on river systems
Creative Commons Zero v1.0 Universal
21 stars 15 forks source link

resource error when saving model #97

Closed jsadler2 closed 3 years ago

jsadler2 commented 3 years ago

i get this error when i try to save the model when doing the full DRB:

tensorflow.python.framework.errors_impl.ResourceExhaustedError: Failed to allocate memory to serialize message of type 'tensorflow.GraphDef' and size 6104292306
jsadler2 commented 3 years ago

it works to save the model weights though, so I guess I'll go back to that.