I noticed some functions are not working on PyTorch 2.x, and I came across the deprecation note in the tutorial. Does anyone know the maximum PyTorch version that supports the tb plugin? I couldn't find the answer from the release note.
It was marked deprecated on August 23, 2023. The latest release before then is PyTorch 2.0.1. It could be working after this version but after this point there is no significant efforts to upkeep internally
I noticed some functions are not working on PyTorch 2.x, and I came across the deprecation note in the tutorial. Does anyone know the maximum PyTorch version that supports the tb plugin? I couldn't find the answer from the release note.