-
Notifications
You must be signed in to change notification settings - Fork 81
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
Neural Net initialization failed #217
Comments
Can you run git log inside your NTRTsim folder and post the results? I'm assuming you're using something other than the master branch, as the master branch was updated a while ago to pull deps from http://ntrt.perryb.ca In the meantime you can manually resolve this by doing a find and replace Replace NEURALNET_URL="http://dl.dropbox.com/u/18209754/Blog/nnImplementationV2.zip" with NEURALNET_URL="http://ntrt.perryb.ca/storage/dependencies/nnImplementationV2.zip" |
Ahh, I see, presumably you're pulling that from the V1.1 tag on Github? Or maybe you downloaded that version directly from the NTRT site at nasa.gov? In any case, you'll want to use the master branch version of NTRTsim. Version 1.1 is very old now, its last commit was on January 9th of 2015. Much has changed since then. Here is a direct link to get the current master branch as a zip: https://github.com/NASA-Tensegrity-Robotics-Toolkit/NTRTsim/archive/master.zip |
I was using V1.1. Using current master branch now! git log: |
That is a known issue. Just run setup again (don't delete your existing
install or anything) and it shouldn't give you that error the second time.
…On Mon, Jul 17, 2017 at 12:48 PM, franciscocarreno ***@***.*** > wrote:
I was using V1.1. Using current master branch now!
I run setup again and got: "Boost initialization failed"
git log:
***@***.***:~/Documents/NTRTsim-master$ git log
fatal: Not a git repository (or any of the parent directories): .git
Boost initialization failed.txt
<https://github.com/NASA-Tensegrity-Robotics-Toolkit/NTRTsim/files/1153361/Boost.initialization.failed.txt>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQMXnFcp_vPLNd0rdm4Q9GgtdDQNbEuks5sO5BUgaJpZM4OaCEC>
.
|
setup.sh finished successfully after second run. Thank you PerryBhandal! |
During installation I got an error. The path to download nnImplementationV2.zip from dropbox doesn't exits anymore.
Error:
Initializing Neural Net...
Downloading nnImplementationV2.zip to /home/francisco/Documents/NTRTsim-1.1/env/downloads/nnImplementationV2.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 406 0 406 0 0 69 0 --:--:-- 0:00:05 --:--:-- 94
0 0 0 408 0 0 61 0 --:--:-- 0:00:06 --:--:-- 1369
0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
======== DOWNLOAD FAILURE =========
Encountered a failure while downloading:
Target URL: http://dl.dropbox.com/u/18209754/Blog/nnImplementationV2.zip
Local URL: /home/francisco/Documents/NTRTsim-1.1/env/downloads/nnImplementationV2.zip
Exiting now.
======== DOWNLOAD FAILURE =========
Neural Net initialization failed -- exiting now.
The text was updated successfully, but these errors were encountered: