Hello,
I am testing this sample scenarios: https://developers.arcgis.com/python/samples/automate-road-surface-investigation-using-deep-learning/ and when I got to point:
ssd = SingleShotDetector(data, backbone='resnet101',focal_loss=True)
I got the error:
ImportError: cannot import name 'set_guard_fail_hook' from 'torch._dynamo.eval_frame' (C:\Users\vholubec\AppData\Local\ESRI\conda\envs\CloneWars\Lib\site-packages\torch\_dynamo\eval_frame.py)
I am using Pro 3.3 with ArcGIS Deep Learning Essential package, so all should be fine - don´t you know if there is some workaround?
I found similar error here: https://github.com/unslothai/unsloth/issues/243, but nothing has helped to fix it in Pro.
Thank you.