Skip to content

Commit

Permalink
reqst
Browse files Browse the repository at this point in the history
  • Loading branch information
dingguanglei committed Oct 26, 2018
1 parent c167ce3 commit cedd8ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
'matplotlib', 'matplotlib.pyplot',
'scipy.interpolate',
'torch',
'tensorboardX',
'tensorboardX','tensorboardX.SummaryWriter'
'tensorboard',
'torch.optim',
'torch.nn',
'torch.nn','torch.nn',
'torch.utils.data',
'torch.autograd',
# 'torchvision.transforms','torchvision', 'torchvision.utils'
'torch.autograd','torch.autograd.Variable'
'torchvision.transforms','torchvision', 'torchvision.utils',
'torchvision.utils.make_grid','torchvision.datasets',


]
for mod_name in MOCK_MODULES:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ pip
mock
future
#numpy
torchvision
pyyaml
setuptools
six
Expand Down

0 comments on commit cedd8ac

Please sign in to comment.