Tijmen
Tijmen
I do not have experience with Caffe, so I can't help you with that.
How much memory does your gpu have? This is often the limiting factor, try adding this to the session start: config = tf.ConfigProto() config.gpu_options.per_process_gpu_memory_fraction = 0.4 config.gpu_options.allow_growth = True with...
Could you provide some more information, like the specs of your machine, which tensorflow version you are using and maybe any errors or abnormalities you are seeing between running cpu...
The effort of setting up the model warmup for each individual part of a pipeline vs just one input to the ensemble is much greater. It just is surprising and...
@kthui @GuanLuo @nnshah1 any updates on this, this is still a very welcome feature.