angecas
Results
2
comments of
angecas
hello, I changed it to this : `from hummingbird.ml import convert m=convert(model, "pytorch") print(m) #modelc = convert(clf, 'pytorch') m.save('hb_model')` And I could download a file , it comes with "hb_model.zip"...
from hummingbird.ml import convert m=convert(model, "pytorch") #print(m) #modelc = convert(clf, 'pytorch') m.save('hb_model') mh=m.load('hb_model') print(mh) -----> output: Ok, its no giving an error.. But Id like to save this pytorch model...