-
Notifications
You must be signed in to change notification settings - Fork 82
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
Machine learning software setup error #53
Comments
Hi @stevensu1838 |
Hi Will, Thanks a lot for your great support. I am using exactly Kinetic machine. May I please provide you more details on my errors? First, I didn't understand why we created a virtual environment called tensorflow but never activated it. So I simply skipped installing anaconda and creating the virtual environment called tensorflow. I installed tensowflow and keras directly on the PC environment. Then in terminal 1:export TURTLEBOT3_MODEL=burger In terminal 2: roslaunch turtlebot3_dqn result_graph.launch in terminal 3:export TURTLEBOT3_MODEL=burger $ roslaunch turtlebot3_dqn turtlebot3_dqn_stage_2.launch Then in terminal 3 I got the following errors `user@mech1552:~/catkin_ws/src$ roslaunch turtlebot3_dqn turtlebot3_dqn_stage_2.launch started roslaunch server http://192.168.0.100:33492/ SUMMARYPARAMETERS
NODES ROS_MASTER_URI=http://192.168.0.100:11311 process[turtlebot3_dqn_stage_2-1]: started with pid [9294] Layer (type) Output Shape Param #dense_1 (Dense) (None, 64) 1856 dense_2 (Dense) (None, 64) 4160 dropout_1 (Dropout) (None, 64) 0 dense_3 (Dense) (None, 5) 325 activation_1 (Activation) (None, 5) 0Total params: 6,341 Layer (type) Output Shape Param #dense_4 (Dense) (None, 64) 1856 dense_5 (Dense) (None, 64) 4160 dropout_2 (Dropout) (None, 64) 0 dense_6 (Dense) (None, 5) 325 activation_2 (Activation) (None, 5) 0Total params: 6,341 2021-02-22 16:02:48.664099: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Thanks a lot |
Hi Will, |
Hi @stevensu1838 |
@stevensu1838 Regarding the error you are getting from launching I'm sorry about small delays, but I'll try to complete it within a few days. |
@stevensu1838 |
Hi team,
I followed your instructions on your e manual to install tensorflow and keras on my ROS kinetic PC. However
e manual
TurtleBot3 49 Machine Learning tutorial 1
However, when I run import tensorflow as tf I get the following errors. I am setting up this course for my students. Could you please update your e manual and make it reliable? Thanks a lot.
`mario@mario:~/Downloads$ python
Python 2.7.15 |Anaconda, Inc.| (default, May 1 2018, 23:32:55)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
`
The last question is :
Why is it that u created a virtual environment called tensorflow but never activated it? Does it mean that ur tensorflow is installed in the root/base environment? In this case whats the use of creating a virtual env?
This question is asked on your youtube tutorial as well not answered yet. Cheers
The text was updated successfully, but these errors were encountered: