Closed zachytong closed 2 months ago
Thank you for bringing up this issue. I've submitted a commit to fix the error. Apologies for mistakenly removing the val_cls_acc log earlier. Due to time constraints, the code might not have been thoroughly tested. If you encounter any further issues, feel free to let me know.
Hi rainmaker22,
I came across an error as follow
It seems that this is caused by val_cls_acc not logged with inference_token set to False in smart.py. Setting it to True or tracking another metrics/loss will work fine. Not sure which one is better, maybe you can help: )