We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example notebook on 2d prediction maps throws the following error
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) /tmp/ipykernel_22241/3692360535.py in <module> 5 margin=0.2, h=0.02, device=device) 6 plot2d.predict = plot2d._predict_pytorch ----> 7 liveloss = PlotLosses(outputs=[plot2d]) 8 9 criterion = nn.CrossEntropyLoss() /usr/local/lib/python3.8/dist-packages/livelossplot/plot_losses.py in __init__(self, outputs, mode, **kwargs) 30 self.outputs = [getattr(livelossplot.outputs, out)() if isinstance(out, str) else out for out in outputs] 31 for out in self.outputs: ---> 32 out.set_output_mode(mode) 33 34 def update(self, *args, **kwargs): AttributeError: 'Plot2d' object has no attribute 'set_output_mode'
The text was updated successfully, but these errors were encountered:
Thanks for reporting @riskmlintern
@Bartolo1024, could you look at that?
Sorry, something went wrong.
No branches or pull requests
🐛 Bug description
The example notebook on 2d prediction maps throws the following error
Environment
The text was updated successfully, but these errors were encountered: