airctic / icevision

An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
https://airctic.github.io/icevision/
Apache License 2.0
845 stars 149 forks source link

Not able to plot graphs and sample images #1175

Open Siddhantjad opened 7 months ago

Siddhantjad commented 7 months ago

learn.lr_find()

not able to view plot as its not ploting it Same for all other plots i.e

show_samples(samples, ncols=3)

Code gets executed without any errors but no output plots.

potipot commented 6 months ago

maybe try to call at the beginning of your notebook

%matplotlib inline