fast-dog-88545
06/21/2023, 3:39 PMtensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot convert a Tensor of dtype variant to a NumPy array.
I have tested the training codes work without metaflow. This happens in the train
step, but after all the operation in train
step done. So I guess this error may be related to metaflow. Does anyone have some ideas about this? Thanks!
The training codes with metaflow are here, the notebook for the training without metaflow is here.