Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
dbunch -> self
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Feb 2, 2020
1 parent bbfab6c commit a77cfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/70_callback.wandb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"\n",
" items = [self.dls.valid_ds.items[i] for i in idxs]\n",
" test_tls = [tl._new(items, split_idx=1) for tl in self.dls.valid_ds.tls]\n",
" self.valid_dl = dbunch.dls.valid.new(Datasets(tls=test_tls), bs=self.n_preds)\n",
" self.valid_dl = self.dls.valid.new(Datasets(tls=test_tls), bs=self.n_preds)\n",
"\n",
" def after_batch(self):\n",
" \"Log hyper-parameters and training loss\"\n",
Expand Down

0 comments on commit a77cfba

Please sign in to comment.