Skip to content

Commit 92b0c69

Browse files
authored
Merge pull request #5645 from helinwang/model
Remove unused model.py
2 parents e97b898 + 36f1d16 commit 92b0c69

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed

python/paddle/v2/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import minibatch
3434
import plot
3535
import image
36-
import model
3736
import paddle.trainer.config_parser as cp
3837

3938
__all__ = [
@@ -58,7 +57,6 @@
5857
'evaluator',
5958
'image',
6059
'master',
61-
'model',
6260
]
6361

6462
cp.begin_parse()

python/paddle/v2/model.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)