Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:keras [2019/12/17 15:16] – scipio | tips: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:// | git clone https:// | ||
cd tensorflow | cd tensorflow | ||
+ | |||
+ | # tf 1.15 | ||
+ | wget https:// | ||
+ | tar zxvf v1.15.0.tar.gz | ||
</ | </ | ||
Line 56: | Line 61: | ||
compile | compile | ||
< | < | ||
+ | bazel build // | ||
+ | |||
+ | # ??? | ||
bazelisk \ | bazelisk \ | ||
build --config=opt \ | build --config=opt \ |