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 get the same error as an other user running the example code from the HLS4ML tutorial or the Conifer Usage section.
Running this line causes an error:
model = conifer.model(clf, conifer.converters.sklearn,
conifer.backends.xilinxhls, cfg)
I have looked into the model.py myself but could not figure out which class should be called..
Is there a solution to this problem?
Thanks in advance!
I get the same error as an other user running the example code from the HLS4ML tutorial or the Conifer Usage section.
Running this line causes an error:
model = conifer.model(clf, conifer.converters.sklearn,
conifer.backends.xilinxhls, cfg)
I have looked into the model.py myself but could not figure out which class should be called..
Is there a solution to this problem?
Thanks in advance!
The other user with the same problem:
fastmachinelearning/hls4ml-tutorial#37
The text was updated successfully, but these errors were encountered: