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
It seems the noscale argument is useless in this codebase, and the non-existence of args.noscale incurs errors. So it's better to remove all occurrences of noscale and args.noscale in src/datasets/common.py.
The text was updated successfully, but these errors were encountered:
Hi @Haoxiang-Wang ,
Thanks a lot for pointing this out. noscale argument was for some experiments I was doing initially to compare normalizing features with not normalizing them. I will update the codebase and remove this argument.
FLYP/src/datasets/common.py
Line 142 in 61275a4
It seems the
noscale
argument is useless in this codebase, and the non-existence ofargs.noscale
incurs errors. So it's better to remove all occurrences ofnoscale
andargs.noscale
insrc/datasets/common.py
.The text was updated successfully, but these errors were encountered: