Open OversightAI opened 5 years ago
Hi,
I am not familiar with this error, but it does seem like you are dealing with very large tensors ([177581,177581]
), have you tried narrowing down where this tensor comes from? Also playing with the batch-size and input size should help.
Hi, thanks for the response. What do you mean with input size? I tried to use a lower batch-size but the error still orccurs. I will have a closer look at the project later on.
Hi, Apologies about the late reply! It seems like the size of your environment / state is very large and causes the network to produce some very large tensors at some point. You could try checking where this large tensor comes from, and optionally changing some network parameters
Is there a workaround for the
ResourceExhaustedError
?That's what happen when I run
main.py
with a custom env: