Skip to content
#

hrnet

Here are 9 public repositories matching this topic...

Language: All
Filter by language
jaffe-fly
jaffe-fly commented Apr 23, 2020

如果设置
cfg.NUM_TRAINERS = 4
cfg.TRAINER_ID = 0,1,2,3
if self.shuffle and cfg.NUM_TRAINERS > 1: np.random.RandomState(self.shuffle_seed).shuffle(self.all_lines) num_lines = len(self.all_lines) // cfg.NUM_TRAINERS self.lines = self.all_lines[num_lines * cfg.TRAINER_ID: num_lines * (cfg.TRAINER_ID + 1)] self.shuffle_seed += 1
上面代码中的self.

Improve this page

Add a description, image, and links to the hrnet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hrnet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.