Mist
Mist
> but the outputs in the forwarding process are not a single one, can it add into the forwarding process like this? > `self.output_align(inputs,outputs)` In test mode the batch size...
> > > @xhh232018 I am trying to use multi GPUs for training too. However, it seems to consume a lot of CPU. Did that occur in your training procedure?...
@ZDD2009 I tried to build the models on my CPU first and then used `multi_gpu_model` to create parallel models on GPUs, and it worked. My code likes this: ``` #...