whereas i am using simple matplotlib now
ah ok.. anyway to avoid it or change it on my side
simply changing to
show
doesn’t work in my case as i am displaying CM.. what about if i use
matshow
Can you share with me some code you have (just the matplot part)? What about the example? if you run it, do you get some plots in plots section and some in debug?
If you like to create a plot (not an image plot) use show
without imshow
or is there any plan to fix it in upcoming release
Hi PompousParrot44 ,
Regarding the console error, do you still see it? There was a temporary issue with a service responding to this update check, so this error makes sense, but it's in no way critical and should not affect anything
Currently, imshow
plots are showing in debug samples section.
👍 appreciate if you can open a https://github.com/allegroai/trains/issues so we can consider this for future versions
as i am seeing now my plots but they are lending into metrics section not plot section.
PompousParrot44 since imshow
display data as an image, we currently log it into the debug samples section as this is the section natively used to display and interact with images.
Do you think it should be under plots?
so as you say.. i don't think the issue i am seeing is due to this error
Can you give an example of how you use matplotlib?
Hi PompousParrot44 ,
Do you use plt.imshow
? If you run this example, https://github.com/allegroai/trains/blob/master/examples/frameworks/matplotlib/matplotlib_example.py , do you get some outputs in the plots
section?
yeah i still see it.. but that seems to be due to dns address being blocked by our datacenter
TimelyPenguin76 yeah when i run matplotlib with show
plots does land under Plot
section... so its mainly then the imshow
part.. i am wondering why the distinction and what is the usual way to emit plots to debug samples
Hi PompousParrot44 , the distinction based on matplotlib, imshow
display the data as an image, and images are going to debug section.
what do you think?
simply changing to show
doesn't work in my case as i am displaying CM.. what about if i use matshow
TimelyPenguin76 also is there any reason for trating show
and imshow
differently
it may be that i am new to trains but in my normal notebook flow they both are images and i as trains user expected it to be under the Plot
section as i think this is an image.. as in nutshell all matplotlib plots display data as an image 🙂