tf.TensorSpec(shape=[None , None , 3] , tf.float32)
^ SyntaxError: positional argument follows keyword argumentCorrect :
tf.TensorSpec(shape=[None , None , 3] , dtype= tf.float32)
https://github.com/huggingface/cookbook/tree/main/notebooks/en hugging face ai cookbooks https://colab.research.google.com/github/huggin...
No comments:
Post a Comment