Skip to content

Long transcription not maxing out GPU or CPU #34

Answered by drdaxxy
astrowonk asked this question in Q&A
Discussion options

You must be logged in to vote

GPU is in the single digit % usage

I think "GPU utilization" on Windows only measures graphics work. Looking at its power consumption etc. in a hardware monitor is much more helpful to see if it's "doing something".

I understand it's working through the file in sliding 30 second windows, but I'd expect to see something light up 100% on my PC when doing all this

Each window's output is used as context for the next, and within the windows, after the encoder "listens" to the whole segment, the decoder predicts character probabilities one at a time, based on the characters selected before.

So a lot of work can't be parallelized - without transcribing multiple recordings in parallel. model…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@astrowonk
Comment options

@astrowonk
Comment options

Answer selected by jongwook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants