Skip to content

Commit

Permalink
Fix the bug in pipeline for dygraph mode (PaddlePaddle#32716)
Browse files Browse the repository at this point in the history
* update, test=develop
  • Loading branch information
lilong12 committed May 3, 2021
1 parent 6a1957e commit 7438c81
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def __init__(self,
# construct layer
self.run_function = []
self._build_layer()
self.to(paddle.CUDAPlace(self.device_id))

def _segment_network(self, seg_method):
logger.info("start segment network..")
Expand Down
Loading

0 comments on commit 7438c81

Please sign in to comment.