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
We have already had quite a bit of trouble running example training on the systems that we have access to (our macbooks, Ubuntu workstations). As of now, here is what we have attempted, the result, and the blockers:
We have already had quite a bit of trouble running example training on the systems that we have access to (our macbooks, Ubuntu workstations). As of now, here is what we have attempted, the result, and the blockers:
libomp.dylib
not found.brew install libomp
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:/usr/local/lib
RuntimeError
: The NVIDIA driver on your system is too old (found version 9010). Please update your GPU driver.OR install PyTorch version compiled with current CUDA driver.
In all cases, the setup steps were:
And the experiment run was
python aics_im2im/train.py experiment=im2im/segmentation.yaml trainer=cpu
The text was updated successfully, but these errors were encountered: