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 is possible to choose which metadata to use when creating the dataset for the first time.
# fixed set of metadatas to use when CREATING the dataset
# metadatas = [FermataMetadatas(), KeyMetadatas(window_size=1), TickMetadatas(SUBDIVISION), ModeMetadatas()]
metadatas = [TickMetadatas(SUBDIVISION), FermataMetadatas(), KeyMetadatas(window_size=1)]
Choosing which metadata to use can allow a faster creation of the dataset (it's actually the Key and Mode metadata which are longer to compute) and different generations.
The text was updated successfully, but these errors were encountered:
It is possible to choose which metadata to use when creating the dataset for the first time.
Choosing which metadata to use can allow a faster creation of the dataset (it's actually the Key and Mode metadata which are longer to compute) and different generations.
The text was updated successfully, but these errors were encountered: