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
I created a simple protobuf representation of a Random Forest model with a single tree containing a single leaf node. However when I try to load it I get:
Check failed: node.leaf_vector_size() > 0 (0 vs. 0)
I am using Treelite version 0.32 on Mac OS-X. After creating the protobuf file I loaded it in Python 3.6 using the code below.
I created a simple protobuf representation of a Random Forest model with a single tree containing a single leaf node. However when I try to load it I get:
Check failed: node.leaf_vector_size() > 0 (0 vs. 0)
I am using Treelite version 0.32 on Mac OS-X. After creating the protobuf file I loaded it in Python 3.6 using the code below.
Attaching the protobuf file as a .gz file . (It is only a few bytes)
and the code to generate it.
model1.protobuf.gz
test-protobuf-rf.tar.gz
The text was updated successfully, but these errors were encountered: