Skip to content

Remove batch size + fix parentheses#46

Open
shahbaz-humeai wants to merge 1 commit intojpc/big-renamingfrom
shahbaz/fix-wsds
Open

Remove batch size + fix parentheses#46
shahbaz-humeai wants to merge 1 commit intojpc/big-renamingfrom
shahbaz/fix-wsds

Conversation

@shahbaz-humeai
Copy link

No description provided.

"""
with AtomicFile(fname, ephemeral) as fname:
with WSBatchedSink(fname, batch_size, min_batch_size_bytes, compression) as sink:
with WSBatchedSink(fname, min_batch_size_bytes, compression) as sink:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to be what WSBatchedSink expects

"vad_column": vad_column,
}
)
}})
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parentheses mismatch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant