Check package versions
Check deep learning library versions
!python -c "import tensorflow as tf; print('Tensorflow:', tf.__version__)"
!python -c "import torch; print('Pytorch:', torch.__version__)"
Tensorflow: 2.3.1
Pytorch: 1.7.0
!python -c "import tensorflow as tf; print('Tensorflow:', tf.__version__)"
!python -c "import torch; print('Pytorch:', torch.__version__)"
Tensorflow: 2.3.1
Pytorch: 1.7.0