You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is inside aviary/predict.py, I'm not sure if this was developed with a particular use-case in mind (probably classification-based), but there should be a similar check here as well -
I think the code in question was developed independently for the wrenformer model which wasn't trained using the original training scripts I wrote for roost/wren. That model uses the train_wrenformer function. I am not that familiar with why or how it differs as it was written by another contributor.
If you would like to make a PR to fix this I am more than happy to accept it!
Hi,
The current code normalizes the targets during training,
but doesn't use the saved normalizer during prediction / evaluation later. Inside
utils/results_multitask
the normalizer is present and used properly,The issue is inside
aviary/predict.py
, I'm not sure if this was developed with a particular use-case in mind (probably classification-based), but there should be a similar check here as well -I can add this simple fix if needed.
The text was updated successfully, but these errors were encountered: