TensorFlow: Qwik Start Reviews
34174 reviews
Suresh J. · Reviewed 1 yıldan fazla ago
Saranya G. · Reviewed 1 yıldan fazla ago
Som R. · Reviewed 1 yıldan fazla ago
Aniket P. · Reviewed 1 yıldan fazla ago
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. · Reviewed 1 yıldan fazla ago
Luthfi M. · Reviewed 1 yıldan fazla ago
Encountered error - ValueError: Unrecognized data type: x=[10.0] (of type <class 'list'>)
Keerthi J. · Reviewed 1 yıldan fazla ago
Ruben A. · Reviewed 1 yıldan fazla ago
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. · Reviewed 1 yıldan fazla ago
Pradeep kumar S. · Reviewed 1 yıldan fazla ago
Katie K. · Reviewed 1 yıldan fazla ago
Bhargabi M. · Reviewed 1 yıldan fazla ago
Palak P. · Reviewed 1 yıldan fazla ago
Muhammad F. · Reviewed 1 yıldan fazla ago
Michelle T. · Reviewed 1 yıldan fazla ago
it did work
Badi B. · Reviewed 1 yıldan fazla ago
you need to use np.array([10.0]) because of newer python versions
Handerson L. · Reviewed 1 yıldan fazla ago
Hilman Singgih W. · Reviewed 1 yıldan fazla ago
GPG 2. · Reviewed 1 yıldan fazla ago
Rachmad A. · Reviewed 1 yıldan fazla ago
Yossapol W. · Reviewed 1 yıldan fazla ago
Dedi R. · Reviewed 1 yıldan fazla ago
Dedi R. · Reviewed 1 yıldan fazla ago
Dedi R. · Reviewed 1 yıldan fazla ago
Muhammad Alfiyan N. · Reviewed 1 yıldan fazla ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.