This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2267 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit faf34740fc792b51717524195c4ff5c7f5d62133 Author: leonidfrolov <[email protected]> AuthorDate: Fri May 21 16:29:13 2021 +0300 [DATALAB-2267]: updated mxnet and keras version --- infrastructure-provisioning/src/general/conf/datalab.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-provisioning/src/general/conf/datalab.ini b/infrastructure-provisioning/src/general/conf/datalab.ini index 2679b22..916c88f 100644 --- a/infrastructure-provisioning/src/general/conf/datalab.ini +++ b/infrastructure-provisioning/src/general/conf/datalab.ini @@ -275,9 +275,9 @@ cmake_version = 3.15.5 ### CNTK library version for DeepLearning notebook for python3 cntk_version = 2.7 ### MXNet library version for DeepLearning notebook for python -mxnet_version = 1.6.0.post0 +mxnet_version = 1.7.0 ### Keras library version for Tensor/DeepLearning notebook -keras_version = 2.1.6 +keras_version = 2.4.0 ### Theano library version for Tensor/DeepLearning notebook theano_version = 1.0.3 ### Version of CUDA --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
