Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Sep 19, 2022
1 parent 9c9d973 commit 3c59ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/MMSegmentation_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@
"cfg.checkpoint_config.interval = 200\n",
"\n",
"# Set seed to facitate reproducing the result\n",
"cfg.seed = 0\n",
"set_random_seed(0, deterministic=False)\n",
"cfg['randomness']['seed'] = 0\n",
"\n",
"cfg.gpu_ids = range(1)\n",
"\n",
"# Let's have a look at the final config used for training\n",
Expand Down

0 comments on commit 3c59ca8

Please sign in to comment.