Unverified Commit 258b4011 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Fix tensorflow.examples.tutorial import (#2602)

parent 9a1fb17b
......@@ -14,7 +14,7 @@ jobs:
python3 -m pip install torchvision==0.4.1 --user
python3 -m pip install torch==1.3.1 --user
python3 -m pip install keras==2.1.6 --user
python3 -m pip install tensorflow-gpu==1.15 --user
python3 -m pip install tensorflow-gpu==1.15.2 --user
sudo apt-get install swig -y
PATH=$HOME/.local/bin:$PATH nnictl package install --name=SMAC
PATH=$HOME/.local/bin:$PATH nnictl package install --name=BOHB
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment