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
For a while now I've been seeing several deprecation warnings like (see here)[https://github.com/lanpa/tensorboardX/runs/4636642684?check_suite_focus=true#step:6:72])
#654 is not an appropriate fix for this. Everyone who uses tensorboardX as a dependency will also face this warning. The correct solution is to update tensorboardX so that it isn't using deprecated features.
Hi @adamjstewart, this fix only suppress the message in pytest. Please open another issue for production use so I can track it, thanks! (I remember that the deprecation warning only show once per session?)
For a while now I've been seeing several deprecation warnings like (see here)[https://github.com/lanpa/tensorboardX/runs/4636642684?check_suite_focus=true#step:6:72])
they heavily pollute reports by PyTest, so it would be nice if those could be addressed.
The text was updated successfully, but these errors were encountered: