关于“TensorFlow:Qwik Start”的评价
34174 条评价
Suresh J. · 已于 over 1 year前审核
Saranya G. · 已于 over 1 year前审核
Som R. · 已于 over 1 year前审核
Aniket P. · 已于 over 1 year前审核
Code caused an error SO I added this input_data = np.array([[10.0]]) # Convert the list to a NumPy array try: prediction = model.predict(input_data) cloud_logger.info(str(prediction)) except Exception as e: cloud_logger.error(f"An error occurred: {str(e)}")
Reg h. · 已于 over 1 year前审核
Luthfi M. · 已于 over 1 year前审核
Encountered error - ValueError: Unrecognized data type: x=[10.0] (of type <class 'list'>)
Keerthi J. · 已于 over 1 year前审核
Ruben A. · 已于 over 1 year前审核
There is a typo in one of the imports pip install ---upgrade protobuf and the following code does not work: cloud_logger.info(str(model.predict([10.0])))
Alessandro S. · 已于 over 1 year前审核
Pradeep kumar S. · 已于 over 1 year前审核
Katie K. · 已于 over 1 year前审核
Bhargabi M. · 已于 over 1 year前审核
Palak P. · 已于 over 1 year前审核
Muhammad F. · 已于 over 1 year前审核
Michelle T. · 已于 over 1 year前审核
it did work
Badi B. · 已于 over 1 year前审核
you need to use np.array([10.0]) because of newer python versions
Handerson L. · 已于 over 1 year前审核
Hilman Singgih W. · 已于 over 1 year前审核
GPG 2. · 已于 over 1 year前审核
Rachmad A. · 已于 over 1 year前审核
Yossapol W. · 已于 over 1 year前审核
Dedi R. · 已于 over 1 year前审核
Dedi R. · 已于 over 1 year前审核
Dedi R. · 已于 over 1 year前审核
Muhammad Alfiyan N. · 已于 over 1 year前审核
我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。