Open hughes036 opened 1 year ago
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
brew install libomp
export DYLD_LIBRARY_PATH=/usr/local/opt/libomp/lib:/usr/local/lib
RuntimeError
In all cases, the setup steps were:
And the experiment run was python aics_im2im/train.py experiment=im2im/segmentation.yaml trainer=cpu
python aics_im2im/train.py experiment=im2im/segmentation.yaml trainer=cpu
We also have problems running napari + our plugin on the EC2 instances which we are running cyto-dl on. So, we don't have a system that will run both.
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