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 402dc28 commit 16472ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 103 deletions.
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
'scipy.interpolate',
'torch','torchvision',
'tensorboardX',
'tensorboard'
'tensorboard',
'torch.optim',
'torch.nn',
'torch.utils.data',
'torch.autograd',
'torchvision.transforms'
]
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
Expand Down
102 changes: 0 additions & 102 deletions jdit_train.py

This file was deleted.

0 comments on commit 16472ea

Please sign in to comment.