examples icon indicating copy to clipboard operation
examples copied to clipboard

TensorFlow examples

Results 161 examples issues
Sort by recently updated
recently updated
newest added

Fixed incorrect usage of model.predict([100.0]) in the Celsius-to-Fahrenheit example. The original code used a plain Python list, which raises a ValueError because TensorFlow expects a NumPy array or tensor with...

ready to pull
size:XS
awaiting review