xieshenru

Results 9 issues of xieshenru

when using the following code: converter = tf.lite.TFLiteConverter.from_keras_model(model) converter.optimizations = [tf.lite.Optimize.DEFAULT] converter.target_spec.supported_types = [tf.float16] tflite_model = converter.convert() open("./tflite_models/face_retinaface_mobilenetv2.tflite", "wb").write(tflite_model) print('saved tflite model!') An error of "Tensor 'input_image' has invalid shape...

Hi all, I ran into the same problem and was able to fix it through copying all of dlls generated in the libfreenect2 build (in `build/install/bin` by default in the...

pip insatll tensorflow==2.0.0 or pip install tensorflow==2.0.0-beta1,tensorflow2.0.0or tensorflow2.0.0-beta1,but when I run train.py, the error of "ValueError: This converter can only convert a single ConcreteFunction. Converting multiple functions is under development"...

In tf2 branch , wen run train.py , the error of " File"/home/ss/face_landmark/lib/core/base_trainer/net_work.py", line 202, in custom_loop train_total_loss / num_train_batches, ZeroDivisionError: float division by zero " appear ,how to solve...

Model inference speed is slow,why?Is this situation normal?

when convert to tflite,the error of "call() got an unexpected keyword argument 'training'" appear,how to resolve it? import tensorflow as tf import keras from keras.layers import BatchNormalization, ReLU from keras.backend...

Which data set is used? What is the format?Cannot find“ bin/copy_videos_and_json.py”.

windows10+RtX2070+CUDA9.0+torch1.0.1+python3.6.5,this is my enviroment.When I run picture_demo.py,the error of "RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED" appears.why?Have you encountered a similar problem? Do you have a solution?

Request to obtain the data,My email address is [email protected]. Thanks