We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4585fb4 commit daaeedaCopy full SHA for daaeeda
csseg/modules/runners/plop.py
@@ -23,7 +23,7 @@ def __init__(self, mode, cmd_args, runner_cfg):
23
'''preparefortrain'''
24
def preparefortrain(self):
25
if self.history_segmentor is not None:
26
- self.thresholds, self.max_entropy = self.findmedianforpseudolabeling()
+ self.thresholds, self.max_entropy = self.autocastforward(self.findmedianforpseudolabeling, {})
27
'''train'''
28
def train(self, cur_epoch):
29
# initialize
0 commit comments