-
Notifications
You must be signed in to change notification settings - Fork 51
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
Floating Point Exception (core dumped) #3
Comments
The same error occurred for me as well. Could you kindly look into it at the earliest. |
Hi,
|
Hi, Naming the folders and files to ensure they are 0-padded ensured that all the episodes & images are loaded. However, after the loading, a Floating Point Exception is still raised. Is it possible for you to share the sampled trajectories data you have generated (for Seaquest)? |
As shown in the screenshot, even after the episodes and images are successfully loaded, a FloatingPoint Exception is raised. Any idea how to resolve this? |
I'm sorry for my late response. |
Hi.. Yes! It works. We had a problem with the GPU memory limit of 2GB on using a GTX 680. The network has 9 million parameters and needs 8+ GB of GPU memory. We ran it on a Titan X and the network trains! |
Hi, Currently training the LSTM network with 1-step prediction on a TitanX GPU with 12 GB GPU RAM for around 1.5 million iterations on Seaquest. Could you give an estimate of the training time? Also, could you provide a trained model for 1-step prediction on Seaquest to compare results? |
Hi,
I was able to build the caffe version. Created two directories train and test, in a folder named seaquest, having (0,1,2,3,4) and (0) folders respectively.
On running ../train_lstm.sh 18 0 , I get this error (see screenshot below):
The text was updated successfully, but these errors were encountered: