FaceNet-Real-Time-face-recognition
FaceNet-Real-Time-face-recognition copied to clipboard
I cann't slove this issue while running train_triplet.py
2020-11-10 14:38:04.100728: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory
2020-11-10 14:38:04.100756: 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.
Saved model not found, loading untrained FaceNet
2020-11-10 14:38:06.415020: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
2020-11-10 14:38:06.415055: W tensorflow/stream_executor/cuda/cuda_driver.cc:312] failed call to cuInit: UNKNOWN ERROR (303)
2020-11-10 14:38:06.415090: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (ayush-Inspiron-5558): /proc/driver/nvidia/version does not exist
2020-11-10 14:38:06.415374: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2020-11-10 14:38:06.422818: I tensorflow/core/platform/profile_utils/cpu_utils.cc:104] CPU Frequency: 2394610000 Hz
2020-11-10 14:38:06.423240: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x4022760 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2020-11-10 14:38:06.423298: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
2020-11-10 14:39:21.909641: I tensorflow/core/profiler/lib/profiler_session.cc:164] Profiler session started.
WARNING:tensorflow:From train_triplet.py:82: Model.fit_generator (from tensorflow.python.keras.engine.training) is deprecated and will be removed in a future version.
Instructions for updating:
Please use Model.fit, which supports generators.
Traceback (most recent call last):
File "train_triplet.py", line 82, in
Function call stack: train_function