以下のコマンドをterminalで入力するだけ。(mac, linux)
terminal
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3
Go to list of users who liked
More than 5 years have passed since last update.
以下のコマンドをterminalで入力するだけ。(mac, linux)
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3
Register as a new user and use Qiita more conveniently
Go to list of users who liked