transformers icon indicating copy to clipboard operation
transformers copied to clipboard

This line prevent us from using "std" scaling any more.

Open zhentaoxuttup opened this issue 1 year ago • 4 comments

https://github.com/huggingface/transformers/blob/b29e2dcaff114762e65eaea739ba1076fc5d1c84/src/transformers/models/time_series_transformer/modeling_time_series_transformer.py#L1549

zhentaoxuttup avatar Mar 01 '23 02:03 zhentaoxuttup

Hi,

Std scaling wasn't supported until #21020 was merged (only mean scaling is currently supported on the latest PyPi install). So if you install Transformers from source, you can use std scaling.

Cc @kashif

NielsRogge avatar Mar 01 '23 07:03 NielsRogge

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Mar 31 '23 15:03 github-actions[bot]

@zhentaoxuttup were you able to use "std" scaling?

kashif avatar Mar 31 '23 15:03 kashif

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Apr 25 '23 15:04 github-actions[bot]