리뷰 TensorFlow: Qwik Start개
리뷰 34174개
Suresh J. · 1년 초과 전에 리뷰됨
Saranya G. · 1년 초과 전에 리뷰됨
Som R. · 1년 초과 전에 리뷰됨
Aniket P. · 1년 초과 전에 리뷰됨
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. · 1년 초과 전에 리뷰됨
Luthfi M. · 1년 초과 전에 리뷰됨
Encountered error - ValueError: Unrecognized data type: x=[10.0] (of type <class 'list'>)
Keerthi J. · 1년 초과 전에 리뷰됨
Ruben A. · 1년 초과 전에 리뷰됨
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. · 1년 초과 전에 리뷰됨
Pradeep kumar S. · 1년 초과 전에 리뷰됨
Katie K. · 1년 초과 전에 리뷰됨
Bhargabi M. · 1년 초과 전에 리뷰됨
Palak P. · 1년 초과 전에 리뷰됨
Muhammad F. · 1년 초과 전에 리뷰됨
Michelle T. · 1년 초과 전에 리뷰됨
it did work
Badi B. · 1년 초과 전에 리뷰됨
you need to use np.array([10.0]) because of newer python versions
Handerson L. · 1년 초과 전에 리뷰됨
Hilman Singgih W. · 1년 초과 전에 리뷰됨
GPG 2. · 1년 초과 전에 리뷰됨
Rachmad A. · 1년 초과 전에 리뷰됨
Yossapol W. · 1년 초과 전에 리뷰됨
Dedi R. · 1년 초과 전에 리뷰됨
Dedi R. · 1년 초과 전에 리뷰됨
Dedi R. · 1년 초과 전에 리뷰됨
Muhammad Alfiyan N. · 1년 초과 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.