The error message "tfjs-converter 'className' and 'config' must set" suggests that you need to provide values for the className and config parameters when using tfjs-converter.

className refers to the name of the TensorFlow.js class you want to convert. This could be a model class like tf.GraphModel or tf.LayersModel, or any other class that can be converted to TensorFlow.js.

config refers to the configuration options for the TensorFlow.js class. This could include options like the path to the model file, the input and output node names, and any other necessary parameters.

Make sure you are providing valid values for both className and config when using tfjs-converter

tfjs-converter className and config must set

原文地址: http://www.cveoy.top/t/topic/h1Fc 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录