--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/a72bfc41-7458-409f-80b2-3a295b967e6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users...@googlegroups.com.
Hi David,
Thanks for the warning. I did not know about the sudo-pip issue. I just followed the commands listed in Mr. Chollet's book (I changed python to python3 and pip to pip3 as I use python3).
Given that I have messed up the system, I shall reinstall Ubuntu Linux and let's start all over again.
1. If I install virtual environment, will the simulations slow down?
2. My CPU is Intel Core i7 2.66GHz of about 8 years old. My GPU is Nvidia GeForce GT 330M which is too old to be compatible with the gpu version of tensorflow.
3. I need to install Python3, Numpy, SciPy, Basic Linear Algebra Subprogram (BLAS), HDF5, Graphviz, Keras, TensorFlow, Theano, Keras. Which ones should be installed using Ubuntu's package manager and in what order? Is it possible to provide a step by step guide?
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/0019309f-299e-48db-bbe5-3ef0763a05aa%40googlegroups.com.
CPU for my laptop: x86_64, Intel Core i7 M620. Model 37.
According to wiki, AVX supports Intel CPU from Sandy Bridge in 2011. I bought my computer in 2010 so I guess not.
Could Ubuntu users please provide a step by step commands to install the stuffs mentioned in the origional post?
Given that I intend to use python3, when do I use pip and when to use pip3?
--
You received this message because you are subscribed to the Google Groups "Keras-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keras-users+unsubscribe@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/keras-users/00d0dab2-4e3e-4d32-b0f0-08342518b78f%40googlegroups.com.
After following the six steps David provided, what should I do next?
I think the last line of commands installed Keras already but I cannot find the examples folder mentioned in the origional post to try out the mnist_cnn.py example. Could anybody please help me to get started? Thank you.