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
Whenever I press "train model" it goes up to 5.3 seconds and then says error on the progress bar. The command window shows this error in the last line. I have no idea what's wrong
kunibald413, anurag12-webster, knasiotis, Tchoupidou, pacarti and 2 more
I also faced this error in the terminal window once training started. The workaround is downgrading matplotlib to 3.9 with: pip install matplotlib<3.10, likely due to breaking API changes with 3.10.
I think this might be related? (matplotlib/matplotlib#25484), I am not using this repos software, but i am using matplotlib version 3.10 and getting this error from trying to show plots in the jetbrains IDE PyCharm 2024.1.3 (Professional Edition, Runtime version: 17.0.11+1-b1207.24 x86_64, macOS 12.7.6) viewer:
Activity
kunibald413 commentedon Dec 15, 2024
same here
Sol-III-Observer commentedon Dec 15, 2024
+1
kunibald413 commentedon Dec 15, 2024
i think this might be only related to tensorboard logs
if you don't need them you can just comment out the code or skip it
in
infer/lib/train/utils.py
find thesummarize
function and try catch it5uperninj4 commentedon Dec 18, 2024
+1. Looking for solution
xpdd123 commentedon Dec 20, 2024
pip install matplotlib==3.7.0,
It work for me
TheTrustedComputer commentedon Dec 30, 2024
I also faced this error in the terminal window once training started. The workaround is downgrading matplotlib to 3.9 with:
pip install matplotlib<3.10
, likely due to breaking API changes with 3.10.anurag12-webster commentedon Jan 1, 2025
same, downgrading to
pip install matplotlib==3.7.0
worked for me,Charles-yueyue831 commentedon Jan 5, 2025
I agree with you
cahayamahardika16 commentedon Jan 9, 2025
But you got this error thing was matplotlib this expired.

meisei4 commentedon Jan 10, 2025
I think this might be related? (matplotlib/matplotlib#25484), I am not using this repos software, but i am using matplotlib version 3.10 and getting this error from trying to show plots in the jetbrains IDE PyCharm 2024.1.3 (Professional Edition, Runtime version: 17.0.11+1-b1207.24 x86_64, macOS 12.7.6) viewer:
trace:
Workaround is using matplotlib version 3.9.4 and below i think... (at least i tested with 3.9.4 and that solved my issue
cahayamahardika16 commentedon Jan 11, 2025
I got failure Preprocessing and Feature Extraction "AttributeError: 'NoneType' object has no attribute 'loader'"
boycececil666gmailcom commentedon Jan 22, 2025
I am pretty sure the update of the matplotlib break its support with seaborn
ikamensh commentedon Jan 22, 2025
someone should report this to matplotlib. I got this error while plotting generic data.
9 remaining items