neural-image-assessment icon indicating copy to clipboard operation
neural-image-assessment copied to clipboard

Performance issues in the program

Open DLPerf opened this issue 3 years ago • 2 comments

Hello,I found a performance issue in the definition of val_generator , titu1994/neural-image-assessment/blob/master/utils/data_loader.py, val_dataset = val_dataset.map was called without num_parallel_calls. I think it will increase the efficiency of your program if you add this.

Here is the documemtation of tensorflow to support this thing.

Looking forward to your reply. Btw, I am very glad to create a PR to fix it if you are too busy.

DLPerf avatar Aug 18 '21 12:08 DLPerf

Yes please send a PR

titu1994 avatar Aug 18 '21 20:08 titu1994

Hello,could you please tell me the version of tensorflow that you use in your program? Actually,different version has different way to solve,so please.Thank you.

DLPerf avatar Aug 21 '21 12:08 DLPerf