hummingbird icon indicating copy to clipboard operation
hummingbird copied to clipboard

Kernel crashing while converting

Open EmanuelCastanho opened this issue 1 year ago • 4 comments

RF was previously defined.

# Can crash sometimes
# Convert model to pytroch with Hummingbird-ml
RFconv = convert(RF, 'pytorch')

# Save Model Converted
RFconv.save(os.path.join(ResultsFolder, "RFmodel_V3"))

When I ran this on macOS it crashes the Jupyter kernel, this doesn't happen in Windows.

Screenshot 2022-12-15 at 16 14 19

EmanuelCastanho avatar Dec 15 '22 17:12 EmanuelCastanho