Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help please! StopIteration #3035

Open
paigeogorman opened this issue May 28, 2024 · 0 comments
Open

help please! StopIteration #3035

paigeogorman opened this issue May 28, 2024 · 0 comments

Comments

@paigeogorman
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant