Replies: 1 comment
-
It's not related to Keras Tuner. |
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
-
Hi,
I have limited GPU memory, and in order to increase my batch size, I want to perform loss accumulation over several training steps.
How do I change the tuner object to do that? In a simple loop, it's very clear, but I using Bayesian Optimization for my project.
thanks,
Sharon
Beta Was this translation helpful? Give feedback.
All reactions