Replies: 2 comments
-
This appears to be a problem in ray's pickling. Could you try removing |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wjlgatech. I'm running into this issue atm. Do you remember how you fixed this back then? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to do hyperparameter tuning for a TF model but get into an error:
InvalidArgumentError: Cannot convert a Tensor of dtype variant to a NumPy array
In following code
create_model()
can be trained and make predictions without any error. However, when I put it underflaml.tune.run()
, error occured.The detailed error message is:
Your help will be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions