Thanks for writing in! Could you share a snippet of the code that you are using? Also, could you try running this code without the wandb_callback and check if the same error raises? Thanks!
We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.
Due to several code fixes I am no longer able to reproduce the original error. Right now my training crashes with an error:
“”"
wandb.termwarn( “No validation_data set, pass a generator to the callback.”
“”"
If I run the code without the wandb callback everything runs fine. My suspicion is that this is due to the fact that I use tf.data to stream my data and not an ImageGenerator.
Thanks for your answer! I cannot access the code since I am not able to find tiny_cnn in your profile, could you share if it is private or send me a code snippet please? Thanks!
We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.