deepcaps
deepcaps copied to clipboard
warnings
@brjathu Hi, Thanks for your great work.I found that after one epoch of training, why did I throw a "NameError: name'warnings' is not defined" error? Can you give me some advices about it?
Hi @libo-coder, thank you! I think it is because it needs a metric (val_acc) to find the best model? Did you change any metric in the call_backs?
Hi @brjathu Thank you for your reply. I think I didn't do it. I just used the original code for training and testing, and found that it didn't directly run. Is there any other reason?
You can debug it by adding "import warnings".
Thanks, could you send a pull request?
Thanks, could you send a pull request?
import warnings
in utils.py worked for me!