parseq
parseq copied to clipboard
During the Orientation Robustness Benchmark test, an error occurs when applying rotation operations.
However, if no rotation operations are applied, the program runs successfully. How can this issue be resolved?
Seems to be a persistent issue with Windows installations. I'll try if I could make a fix this weekend, but this is the offending code if you're interested:
https://github.com/baudm/parseq/blob/83abcc0522829c49a3a0932a95baf5c3c3f95465/strhub/data/module.py#L61
Making it a full-fledged function might help. I haven't tested yet since I don't really use Torch/Python with Windows.
Thanks!