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 e72860b commit f632bc2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
MOCK_MODULES = ['numpy', 'scipy',
'matplotlib', 'matplotlib.pyplot',
'scipy.interpolate',
'torch',
'tensorboardX','tensorboardX.SummaryWriter'
'tensorboardX','tensorboardX.SummaryWriter',
'tensorboard',
'torch',
'torch.optim',
'torch.nn','torch.nn',
'torch.nn',
'torch.utils.data',
'torch.autograd','torch.autograd.Variable'
'torchvision.transforms','torchvision', 'torchvision.utils',
'torch.autograd','torch.autograd.Variable',
'torchvision',
'torchvision.transforms', 'torchvision.utils',
'torchvision.transforms.Resize','torchvision.transforms.ToTensor',
'torchvision.transforms.Normalize',
'torchvision.utils.make_grid','torchvision.datasets',
Expand Down

0 comments on commit f632bc2

Please sign in to comment.