Refefer / fastxml

FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification
Other
148 stars 47 forks source link

Error with loading classifier #40

Closed donavanyieh closed 3 years ago

donavanyieh commented 3 years ago

Hi! First time I am using XMC classifiers for a research project. Managed to fit the Trainer object following the instructions in under "Simple Python Usage" in the Readme. However, I get a file not found error when running

clf = Inferencer("./models")

I get the following error doing so: image

Not sure if I am missing a step, will really appreciate any help😅

donavanyieh commented 3 years ago

Missed a step