Continuous-ConvOp
                                
                                 Continuous-ConvOp copied to clipboard
                                
                                    Continuous-ConvOp copied to clipboard
                            
                            
                            
                        The adaptive mode
Hi, @martin-danelljan, how to keep the standard inputsize(224*224) to the CNN model in your code? I find that there is a cnndefault mode, but it doesn't work. Thank you very much!
Set the last argument in the call to init_features to 'same'.
Then set
params.min_image_sample_size = 224^2;
params.max_image_sample_size = 224^2;
in the runfile.