def get_transcription_chunks()

in basic_pitch/data/tf_example_deserialization.py [0:0]


def get_transcription_chunks(
    audio: tf.Tensor,
    onsets: np.ndarray,
    contour: np.ndarray,
    notes: np.ndarray,
    onset_weight: int,
    contour_weight: int,
    note_weight: int,
    n_samples_per_track: int,
    seed: bool,