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
Thanks you for your wonderful job! I encountered an error when importing transforms.Could you please help me ?
from flowvision import transforms
File "/opt/conda/lib/python3.10/site-packages/flowvision/init.py", line 8, in
from flowvision import ops
File "/opt/conda/lib/python3.10/site-packages/flowvision/ops/init.py", line 1, in
from .boxes import (
File "/opt/conda/lib/python3.10/site-packages/flowvision/ops/boxes.py", line 73, in
@torch.jit._script_if_tracing
AttributeError: module 'oneflow.jit' has no attribute '_script_if_tracing'
The text was updated successfully, but these errors were encountered:
Description
Thanks you for your wonderful job! I encountered an error when importing transforms.Could you please help me ?
from flowvision import transforms
File "/opt/conda/lib/python3.10/site-packages/flowvision/init.py", line 8, in
from flowvision import ops
File "/opt/conda/lib/python3.10/site-packages/flowvision/ops/init.py", line 1, in
from .boxes import (
File "/opt/conda/lib/python3.10/site-packages/flowvision/ops/boxes.py", line 73, in
@torch.jit._script_if_tracing
AttributeError: module 'oneflow.jit' has no attribute '_script_if_tracing'
The text was updated successfully, but these errors were encountered: