Closed iver56 closed 1 year ago
In readme you use the following parameters as example:
time_transformer_depth = 1 freq_transformer_depth = 1
However, these are the defaults in the BSRoformer class:
time_transformer_depth = 2 freq_transformer_depth = 2
What would you recommend?
this hyperparameter should not matter as much as the main depth
In readme you use the following parameters as example:
However, these are the defaults in the BSRoformer class:
What would you recommend?