You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: