Development Environment for Speech Technology Project
Tensorflow installation manual https://www.tensorflow.org/install/pip
How to:
- clone this repository
- go to the repository folder
- Create "projects" and "data" folder
- vagrant up
- vagrant ssh
- test tensorflow by running the following command
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"let me know if there is a warning Known warning: Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 It means that the CPU has capability that tensorflow is not using.