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 was looking into the exporter code and can't figure out what's the meaning of this MODEL.WEIGHTS https://...pth options? It seems is part of --predictor-type parameter, which is parsed one by one as exporting types. But doesn't make much sense. What does it actually do?
I'm running
d2go.exporteras specified in the docs, and I'm getting the error thatMODEL.WEIGHTSis not recognized as an export method:The way I run the script:
I was looking into the exporter code and can't figure out what's the meaning of this
MODEL.WEIGHTS https://...pthoptions? It seems is part of--predictor-typeparameter, which is parsed one by one as exporting types. But doesn't make much sense. What does it actually do?