Hi @nilboy , I managed to write a code to test the models against my test data (single images or many, based on my need), but the test time per image is coming out to be too high approx 40 sec per image. Ideally it should be in milliseconds. Also, according to my observation this line in the test code is taking a lot of time to execute, and on top of it , this line is executed 32x32x3 times (approx 3k times) and hence the delay.
Any way of reducing the test time? or if possible can you upload a code for testing?
Hi @nilboy , I managed to write a code to test the models against my test data (single images or many, based on my need), but the test time per image is coming out to be too high approx 40 sec per image. Ideally it should be in milliseconds. Also, according to my observation this line in the test code is taking a lot of time to execute, and on top of it , this line is executed 32x32x3 times (approx 3k times) and hence the delay.
Any way of reducing the test time? or if possible can you upload a code for testing?