as i am seeing now my plots but they are lending into metrics section not plot section.
whereas i am using simple matplotlib now
yeah i still see it.. but that seems to be due to dns address being blocked by our datacenter
Can you give an example of how you use matplotlib?
or is there any plan to fix it in upcoming release
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
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?
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 🙂
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?
so as you say.. i don't think the issue i am seeing is due to this error
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?
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?
Currently, imshow
plots are showing in debug samples section.
TimelyPenguin76 also is there any reason for trating show
and imshow
differently
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
đź‘Ť appreciate if you can open a https://github.com/allegroai/trains/issues so we can consider this for future versions
If you like to create a plot (not an image plot) use show
without imshow