Marcel Ambo Ndowah
Marcel Ambo Ndowah
Hi @czkkkkkk, Are you already working on this? If not, I'd be happy to take it.
Sure, I'll proceed with this right away
Certainly, I will proceed with this.
I tried the logging with wandb and it pointed out an issue logs["loss"] = str(round(log_eval), 4) instead of logs["loss"] = str(round(log_eval, 4)). After this fix the logging seems to work...
I'm not sure how to verify if the values are correctly displayed on the wandb table/website. Could you provide any guidance on how to confirm this, please?

Hi @SunMarc, please let me know if any modification is needed on this PR.
Hi @SunMarc, just wanted to kindly follow up on the PR to see if everything looks good now or if any further changes are needed. Thanks!
Hi @Rahul7-77, do you still plan to work on this? If not, I’d be happy to pick it up.
Hi @qubvel, I've looked into this issue and attempted to filter models using the following code: from huggingface_hub import list_models from huggingface_hub import ModelFilter models = list_models(filter="conditional_detr")) for model in...