Skip to content

Commit

Permalink
Revert wandb check
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Dec 21, 2024
1 parent d00d1b6 commit b42df9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions notebooks/Colab_WNet3D_training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,13 @@
" eval_label_folder,\n",
" ) if do_validation else None\n",
"\n",
"try:\n",
" import wandb\n",
" WANDB_INSTALLED = True\n",
"except ImportError:\n",
" WANDB_INSTALLED = False\n",
"\n",
"\n",
"train_config = WNetTrainingWorkerConfig(\n",
" device=\"cuda:0\",\n",
" max_epochs=number_of_epochs,\n",
Expand Down

0 comments on commit b42df9d

Please sign in to comment.