Skip to content

Commit

Permalink
Minor fix related to tensorboard in PyTorch (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinserk Baik <[email protected]>
  • Loading branch information
jinserk authored and cosmicBboy committed Jul 27, 2021
1 parent 1aea0e9 commit ece9e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from flytekit import Resources, task, workflow
from flytekit.types.directory import TensorboardLogs
from flytekit.types.file import PNGImageFile, PythonPickledFile
from tensorboardX import SummaryWriter
from torch.utils.tensorboard import SummaryWriter
from torch import distributed as dist
from torch import nn, optim
from torchvision import datasets, transforms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r ../../../../common/requirements-common.in
tensorboard
torch
torchvision

0 comments on commit ece9e14

Please sign in to comment.