Open yangj1e opened 7 years ago
In network.py
network.py
if conf.use_gpu: data_format = "NHWC" else: data_format = "NCHW"
I think NCHW is preferred for GPU, while for CPU, we should use NHWC.
NCHW
NHWC
In
network.py
I think
NCHW
is preferred for GPU, while for CPU, we should useNHWC
.