Skip to content

Commit

Permalink
Sync for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesStrong committed Jun 28, 2021
1 parent 0907737 commit c69427a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbs/01_model_wrapper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"from fastprogress import master_bar, progress_bar\n",
"import numpy as np\n",
"\n",
"from torch.tensor import Tensor\n",
"from torch import Tensor\n",
"import torch\n",
"import torch.nn as nn\n",
"from torch import optim"
Expand Down
2 changes: 1 addition & 1 deletion pytorch_inferno/model_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from fastprogress import master_bar, progress_bar
import numpy as np

from torch.tensor import Tensor
from torch import Tensor
import torch
import torch.nn as nn
from torch import optim
Expand Down

0 comments on commit c69427a

Please sign in to comment.