tf.TensorSpec(shape=[None , None , 3] , tf.float32)
^ SyntaxError: positional argument follows keyword argumentCorrect :
tf.TensorSpec(shape=[None , None , 3] , dtype= tf.float32)
As I go deep into MCP v2, overwhelming changes are being noticed: Session is being done away with. Logging is removed - all you can do is u...
No comments:
Post a Comment