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
I'm using Ubuntu and don't have access to GPU right now. I have tried so many different methods and cannot figure this out! I would greatly appreciate any help.
2024-05-23 11:12:24.488851: E tensorflow/stream_executor/cuda/cuda_driver.cc:271] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2024-05-23 11:12:24.488894: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (PERG-dataserver): /proc/driver/nvidia/version does not exist
Loading weights /home/everyone/.keras/models/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
Traceback (most recent call last):
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 487, in
train(model, args.dataset, args.subset)
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 259, in train
dataset_train.load_nucleus(dataset_dir, subset)
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 209, in load_nucleus
image_ids = next(os.walk(dataset_dir))[1]
StopIteration
The text was updated successfully, but these errors were encountered:
I'm using Ubuntu and don't have access to GPU right now. I have tried so many different methods and cannot figure this out! I would greatly appreciate any help.
2024-05-23 11:12:24.488851: E tensorflow/stream_executor/cuda/cuda_driver.cc:271] failed call to cuInit: CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
2024-05-23 11:12:24.488894: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (PERG-dataserver): /proc/driver/nvidia/version does not exist
Loading weights /home/everyone/.keras/models/resnet50_weights_tf_dim_ordering_tf_kernels_notop.h5
Traceback (most recent call last):
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 487, in
train(model, args.dataset, args.subset)
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 259, in train
dataset_train.load_nucleus(dataset_dir, subset)
File "/home/everyone/Documents/Mask_RCNN-master/samples/nucleus/nucleus.py", line 209, in load_nucleus
image_ids = next(os.walk(dataset_dir))[1]
StopIteration
The text was updated successfully, but these errors were encountered: