mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Created using Colaboratory
This commit is contained in:
parent
aed88848a2
commit
ba1c6773c2
45
tutorial.ipynb
vendored
45
tutorial.ipynb
vendored
@ -656,44 +656,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"metadata": {
|
|
||||||
"id": "bOy5KI2ncnWd"
|
|
||||||
},
|
|
||||||
"source": [
|
"source": [
|
||||||
"# Tensorboard (optional)\n",
|
"#@title Select YOLOv5 🚀 logger\n",
|
||||||
"%load_ext tensorboard\n",
|
"logger = 'TensorBoard' #@param ['TensorBoard', 'ClearML', 'W&B']\n",
|
||||||
"%tensorboard --logdir runs/train"
|
"\n",
|
||||||
],
|
"if logger == 'Tensorboard':\n",
|
||||||
"execution_count": null,
|
" %load_ext tensorboard\n",
|
||||||
"outputs": []
|
" %tensorboard --logdir runs/train\n",
|
||||||
},
|
"elif logger == 'ClearML':\n",
|
||||||
{
|
" %pip install -q clearml\n",
|
||||||
"cell_type": "code",
|
" !clearml-init\n",
|
||||||
"source": [
|
"elif logger == 'W&B':\n",
|
||||||
"# ClearML (optional)\n",
|
" %pip install -q wandb\n",
|
||||||
"%pip install -q clearml\n",
|
" import wandb\n",
|
||||||
"!clearml-init"
|
" wandb.login()"
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "DQhI6vvaRWjR"
|
"id": "i3oKtE4g-aNn"
|
||||||
},
|
},
|
||||||
"execution_count": null,
|
"execution_count": null,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"cell_type": "code",
|
|
||||||
"metadata": {
|
|
||||||
"id": "2fLAV42oNb7M"
|
|
||||||
},
|
|
||||||
"source": [
|
|
||||||
"# Weights & Biases (optional)\n",
|
|
||||||
"%pip install -q wandb\n",
|
|
||||||
"import wandb\n",
|
|
||||||
"wandb.login()"
|
|
||||||
],
|
|
||||||
"execution_count": null,
|
|
||||||
"outputs": []
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user