Li-Chongyi / Lighting-the-Darkness-in-the-Deep-Learning-Era-Open

MIT License
709 stars 97 forks source link

Question about runtime measure #21

Open JizeZhangCS opened 1 year ago

JizeZhangCS commented 1 year ago

Thanks for your amazing works.

I'd like to know more about the code you used for measuring the running time.

If it is not convenient for you to release the time testing code:

  1. What is the input for each model? Is it 1200*900*3 as in ZeroDCE++?
  2. How did you measure the training time for each model? Did you use torch.cuda.Event for time testing, or some other methods?
  3. Did you use any other ways to ensure the fairness of the comparison?

I believe that posting these would be a great help for future works.

Looking forward to your reply.