Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A question about actor_network #38

Open
VioletLi opened this issue Sep 2, 2021 · 2 comments
Open

A question about actor_network #38

VioletLi opened this issue Sep 2, 2021 · 2 comments

Comments

@VioletLi
Copy link

VioletLi commented Sep 2, 2021

When I use a large dataset to run decima, I get an error "BiasGrad requires tensor size <= int32 max", and I wonder if you met this error? As the data set increases, so does the size of the neural network. Do you have any idea to solve this error?

@hongzimao
Copy link
Owner

I didn't see this error before but it looks like you hit an Inf somewhere. Could you narrow down to where the error is emitted from?

@VioletLi
Copy link
Author

VioletLi commented Sep 4, 2021

When the program is computing, it will crash due to excessive memory consumption, so I made some changes such as decreasing the interval of gradient calculating and reducing the size of networks. And when decima makes too much schedule decisions before calculating gradient, it will crash for this error when calculating gradient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants