Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python &引用;关键字参数未理解";-覆盆子皮_Python_Tensorflow_Keras - Fatal编程技术网

Python &引用;关键字参数未理解";-覆盆子皮

Python &引用;关键字参数未理解";-覆盆子皮,python,tensorflow,keras,Python,Tensorflow,Keras,系统信息 OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Raspberry Pi 3B+ (latest dist) TensorFlow installed from (source or binary): pip TensorFlow version (or github SHA if from source): 1.11.0 (latest from pip) Keras version: 2.2.4 (latest fr

系统信息

OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Raspberry Pi 3B+ (latest dist)
TensorFlow installed from (source or binary): pip
TensorFlow version (or github SHA if from source): 1.11.0 (latest from pip)
Keras version: 2.2.4 (latest from pip)
你好,, 我正在尝试加速CNN模型,以便在python和我的raspberry pi上运行它。我曾尝试使用tensorflow lite作为解决方案,但我仍然没有成功地将keras模型转换为lite模型并在以后使用它。我在命令行上尝试了tflite\u convert,但得到下面引用的错误。我还尝试在python中使用TocoConverter,并在一台具有完全更新的tensorflow和keras的机器上使用TFLiteConverter和tflite_convert,但仍然得到相同的错误。你能帮我吗

提供tflite\u convert的文本输出

raise TypeError('关键字参数未理解:',kwarg) TypeError:('Keyword argument not Understanding:',u'output_padding')