issues
search
IBM
/
powerai-transfer-learning
Image recognition training with TensorFlow Inception and transfer learning
https://developer.ibm.com/code/patterns/image-recognition-training-powerai-notebooks/
Apache License 2.0
37
stars
41
forks
source link
Use print() function in both Python 2 and Python 3
#31
Closed
cclauss
closed
5 years ago
cclauss
commented
5 years ago
print()
is a function in Python 3.
print() is a function in Python 3.