Code-https://ide.codingblocks.com/s/363426
Getting this error in Image classification project-
2020-10-27 09:42:00.616443: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
2020-10-27 09:42:00.624199: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
…\Datasets\Images
<generator object Path.glob at 0x000001E4662D27C8>
(0,) (0,)
Traceback (most recent call last):
File “d:\data science\Project-5 Image Classification (SVM)\image_classification.py”, line 39, in
image_data[:],labels[:] = zip(*combined)
ValueError: not enough values to unpack (expected 2, got 0)
Exception ignored in: <function Buckets.del at 0x000001E45C54A730>
Traceback (most recent call last):
File “C:\Users\Aditya Srivastava\Anaconda3\lib\site-packages\tensorflow\python\eager\monitoring.py”, line 407, in del
AttributeError: ‘NoneType’ object has no attribute ‘TFE_MonitoringDeleteBuckets’