Issue on running on sthv2
jwfanDL opened this issue · 2 comments
jwfanDL commented
Hi @huang-ziyuan
We meet problems when running the script on something.
Some abstract methods may not be implemented in somethingv2 dataset class.
The error is shown as below:
huang-ziyuan commented
It seems to be the problem with PyTorch version later than 1.8.0. These abstract methods are fine without implementation in PyTorch 1.7.1 and before. A quick solution would be to implement the abstract methods to return None, since they are not used in the current version. We will update the code to fit for later versions soon.
jwfanDL commented
Thank you so much. We have solved this problem according your instructions.~