Skip to content

Commit

Permalink
Minor fix related to tensorboard in PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
jinserk committed Jul 20, 2021
1 parent ab4092d commit e009a19
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 e009a19

Please sign in to comment.