Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドでテンソルボードサーバーを起動したら
tensorboard --logdir=path/to/logdir
明示的に閉じるコマンドはありますか、それとも害を及ぼすことなく殺すことができますか?
ありがとう
CTRL+よりも思い切ったショートカットがありますC: +を試してくださいCTRL\
このコマンドは、tensorbroad プロセスを見つけて終了します。
kill $(ps -e | grep 'tensorboard' | awk '{print $1}')