H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
Right now, weights and biases (represented as Frames) are not exported with DL models.
We need to export them as part of model export.
Comming from H2O stream: Hi I trained a DL model using export_weights_and_biases=True using the python.
But when I try to read those weights, I get this error.
--- k1.py---- import os,sys import h2o
h2o.inint() dlModel = h2o.load_model()
w = dlModel.weights()
----- end of k1.py---
Error output: detailed error message: Object '$1f$eepLearning_model_python_1445386976039_12.weights.0' not found for argument: key