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
TorchVision has updated the C++ interface in pytorch/vision#3146, so the codes in development \ tree:82d6afb only work with PyTorch 1.7.x and TorchVision 0.8.x. The use of libtorch with TorchVision 0.8.x and TorchVision 0.9.x is different, and TorchVision has refactored these C++ interfaces half a year ago, our plan is to update the libtorch interface to PyTorch 1.8.0+ and TorchVision 0.9.0+ in the next release (v0.4.1) for better maintainability.
TorchVision has updated the C++ interface in pytorch/vision#3146, so the codes in development \ tree:82d6afb only work with
PyTorch 1.7.x
andTorchVision 0.8.x
. The use of libtorch withTorchVision 0.8.x
andTorchVision 0.9.x
is different, and TorchVision has refactored these C++ interfaces half a year ago, our plan is to update the libtorch interface toPyTorch 1.8.0+
andTorchVision 0.9.0+
in the next release (v0.4.1) for better maintainability.Originally posted by @zhiqwang in #132 (comment)
The text was updated successfully, but these errors were encountered: