понедельник, 16 ноября 2020 г.

TensorBoard, Install

Installing TensorBoard can be done with either pip or conda:

pip install tensorboard

conda install tensorboard

PyTorch requires v1.14 or above of TensorBoard.

TensorBoard can then be started on the command line:

tensorboard --logdir=runs

You can then go to http://[your-machine]:6006, where you’ll see the welcome screen

Комментариев нет:

Отправить комментарий