Can't open perceptilabs

hi there
I tried to open perceptilabs and it says:
2021-08-07 14:12:02.185677: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
2021-08-07 14:12:02.185797: 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.
2021-08-07 14:12:05.209190: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library nvcuda.dll
2021-08-07 14:12:05.245997: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1733] Found device 0 with properties:
pciBusID: 0000:01:00.0 name: GeForce RTX 2060 computeCapability: 7.5
coreClock: 1.2GHz coreCount: 30 deviceMemorySize: 6.00GiB deviceMemoryBandwidth: 312.97GiB/s
2021-08-07 14:12:05.246769: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found
2021-08-07 14:12:05.248193: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cublas64_11.dll’; dlerror: cublas64_11.dll not found
2021-08-07 14:12:05.248941: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cublasLt64_11.dll’; dlerror: cublasLt64_11.dll not found
2021-08-07 14:12:05.252668: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cufft64_10.dll’; dlerror: cufft64_10.dll not found
2021-08-07 14:12:05.253550: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘curand64_10.dll’; dlerror: curand64_10.dll not found
2021-08-07 14:12:05.254249: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cusolver64_11.dll’; dlerror: cusolver64_11.dll not found
2021-08-07 14:12:05.255133: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cusparse64_11.dll’; dlerror: cusparse64_11.dll not found
2021-08-07 14:12:05.255926: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudnn64_8.dll’; dlerror: cudnn64_8.dll not found
2021-08-07 14:12:05.256035: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1766] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices…
信息: 用提供的模式无法找到文件。
PerceptiLabs: Your environment does not have git installed, so interactions with GitHub will not be available
Downloading mnist_data tutorial dataset … done
Downloading Wildfires tutorial dataset …

what can i do to start it?
thanks a lot

Hi @Justin,
Welcome to the forum!

It looks like there may be more to the log than you posted here, as it looked to be downloading the Wildfires dataset at the end.
You can ignore the “Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found” messages as that won’t stop the tool from starting, only makes it run on CPU instead of GPU.

If you run it again as “perceptilabs -v=3” (which enables more messages) and waits for the downloads to finish, how does it look then? :slight_smile:

All the best,
Robert

thanks a lot,i have solved this problem,but i can’t load the data now,it always repeats:"Building preprocessing pipelines"what can i do to upload the data?thanks a lot

my csv file is like this:

and the pictures is like this:

Hi @Justin

It looks as thought your files in the csv have extension “. jpeg” (space between “.” and “jpeg” but the images show just “.jpeg” - if you edit your CSV to correct that does it help?

but there is space every time i write"."in the csv file

OK, I think you should check your Excel setup because that is not normal on my system, but to help you fix it now, select the column with the filenames, do search and replace ". " to “.” and then you can try again,

how can i do it?i don’t know

HI @Justin

You could check whether the ". " in the file path is the source of your problem by making a CSV file as a text document first - you only need a couple of lines.

There are many excellent Excel resources on the web, but I also think that basic search and replace is well covered by the Help topics in Excel itself.

Good luck!