Skip to content

Commit daaeeda

Browse files
update
1 parent 4585fb4 commit daaeeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csseg/modules/runners/plop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, mode, cmd_args, runner_cfg):
2323
'''preparefortrain'''
2424
def preparefortrain(self):
2525
if self.history_segmentor is not None:
26-
self.thresholds, self.max_entropy = self.findmedianforpseudolabeling()
26+
self.thresholds, self.max_entropy = self.autocastforward(self.findmedianforpseudolabeling, {})
2727
'''train'''
2828
def train(self, cur_epoch):
2929
# initialize

0 commit comments

Comments
 (0)