FLYP
FLYP copied to clipboard
Remove "noscale" argument
https://github.com/locuslab/FLYP/blob/61275a47af1cc10aa1398cfce2301e265af6f4c4/src/datasets/common.py#L142
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
.