tips:keras

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:keras [2019/12/17 15:16] scipiotips:keras [2019/12/17 15:48] (current) – [tensorflow] scipio
Line 10: Line 10:
 pip install -U keras_preprocessing --no-deps pip install -U keras_preprocessing --no-deps
  
 +# tf 2
 git clone https://github.com/tensorflow/tensorflow.git git clone https://github.com/tensorflow/tensorflow.git
 cd tensorflow cd tensorflow
 +
 +# tf 1.15
 +wget https://github.com/tensorflow/tensorflow/archive/v1.15.0.tar.gz
 +tar zxvf v1.15.0.tar.gz
 </code> </code>
  
Line 56: Line 61:
 compile compile
 <code> <code>
 +bazel build //tensorflow/tools/pip_package:build_pip_package
 +
 +# ???
 bazelisk \ bazelisk \
     build --config=opt \     build --config=opt \
  • tips/keras.1576592217.txt.gz
  • Last modified: 2019/12/17 15:16
  • by scipio