Machine-Learning-Toolbox
Machine-Learning-Toolbox copied to clipboard
Ask for help
hi,ewrfcas.I am very sorry to trouble you.I have some questions to trouble you. I want to konw train_kp.csv whether is the labelled human facial feature map.Where is the face picture?
Can you send me an train_kp.csv file.When I run the program to model.fit_generator(generate_for_kp(train_list,train_labels,64),steps_per_epoch=int(len(train_list)/64)+1,
epochs=epoch_num,verbose=1,validation_data=generate_for_kp(val_list,val_labels,64),
validation_steps=int(len(val_list)/64)+1,
callbacks=[change_lr,early_stop,check_point])
The error is as follows:
2018-03-25 21:14:10.039454: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
Epoch 1/1000
2018-03-25 21:14:10.148569: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:892] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
2018-03-25 21:14:10.148870: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1030] Found device 0 with properties:
name: GeForce GTX 1050 major: 6 minor: 1 memoryClockRate(GHz): 1.455
pciBusID: 0000:07:00.0
totalMemory: 1.94GiB freeMemory: 1.65GiB
2018-03-25 21:14:10.148884: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1120] Creating TensorFlow device (/device:GPU:0) -> (device: 0, name: GeForce GTX 1050, pci bus id: 0000:07:00.0, compute capability: 6.1)
Traceback (most recent call last):
File "/home/sun/PycharmProjects/untitled/test.py", line 194, in