-
Notifications
You must be signed in to change notification settings - Fork 21
Warnings while running the test scripts #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @pankhurivanjani! mmmm here something is really going bad :) Could you give more information on what you've done and what you're trying to achieve? It really seems that the Checkpoint class is not able to resolve some objects. |
Hi @EscVM, About 2 days back, we had tried training your model without changing the code for 50 epochs. But for some reason, there was no new checkpoint created. We weren't quite sure about this. Late yesterday, we tried running only 3 epochs, but we changed the value passed to evaluate_every inside trainer_rams.fit() function from 400 to 1. This resulted in getting a checkpoint file. Upon executing test using this modified checkpoint, we obtained a prediction and it didn't give any of these warnings. Would you know anything around why this could be happening? We are not able to understand if it's due to the evaluate_every parameter or something else. |
As you can check in line 165 of training.py script, evaluate_every simply triggers the test procedure. Moreover, if the test PSNR is lower than the previous test, the code saves the network's weights. That's it. Why don't you iterate with the code with a Colab session? You could quickly check if you're missing something. |
Hello! I am getting these warnings while running the test scripts.
As a result, the final images are quite grayish and not looking well too.
Can you help with this, I am using the code without any changes.
@fsalv @EscVM Could you please have a look at it. :)
The text was updated successfully, but these errors were encountered: