You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your code:out = net.forward_all(data=np.asarray([transformer.preprocess('data', scale_img)]))
your code:def _Net_forward_all(self, blobs=None, *_kwargs):
all_outs = {out: [] for out in set(self.outputs + (blobs or []))}
for batch in self._batch(kwargs):
outs = self.forward(blobs=blobs, *_batch)
i can not understard
my:how to change to c++ code,like cnn->blob_by_name(layer); which layer is outMap--response map
The text was updated successfully, but these errors were encountered:
your code:out = net.forward_all(data=np.asarray([transformer.preprocess('data', scale_img)]))
your code:def _Net_forward_all(self, blobs=None, *_kwargs):
all_outs = {out: [] for out in set(self.outputs + (blobs or []))}
for batch in self._batch(kwargs):
outs = self.forward(blobs=blobs, *_batch)
my:how to change to c++ code,like cnn->blob_by_name(layer); which layer is outMap--response map
The text was updated successfully, but these errors were encountered: