We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fd1fd commit 26488bbCopy full SHA for 26488bb
create_ampl_env.sh
@@ -36,6 +36,6 @@ pip install -r pip_requirements.txt
36
# 'tensorflow.python.training.experimental.mixed_precision' has no attribute '_register_wrapper_optimizer_cls'
37
38
pip uninstall -y keras
39
-pip install -U tensorflow keras
+pip install -U tensorflow==2.8.0 keras==2.8.0
40
41
-duration=$(( SECONDS - start ))
+duration=$(( SECONDS - start ))
0 commit comments