File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
1414 # python libs
1515 sudo pip3 install --upgrade pip
16- sudo pip3 install numpy scipy h5py "tensorflow==2.18" "keras==3.8.0"
16+ sudo pip3 install numpy scipy h5py "tensorflow==2.18.0 " "keras==3.8.0"
1717 echo "Python version:"
1818 python3 --version
1919 echo "Version numbers of TensorFlow and Keras:"
Original file line number Diff line number Diff line change @@ -140,7 +140,10 @@ Requirements and Installation
140140
141141- A ** C++14** -compatible compiler: Compilers from these versions on are fine: GCC 4.9, Clang 3.7 (libc++ 3.7) and Visual C++ 2015
142142- Python 3.9 or higher
143- - TensorFlow 2.18 (These are the tested versions, but somewhat older ones might work too.)
143+ - TensorFlow 2.18.0
144+ - Keras 3.8.0
145+
146+ (These are the tested versions, but somewhat older ones might work too.)
144147
145148Guides for different ways to install frugally-deep can be found in [ ` INSTALL.md ` ] ( INSTALL.md ) .
146149
You can’t perform that action at this time.
0 commit comments