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
From glancing at the code, the audio function in summary.py seems to take a sample rate argument, so it looks like it would be trivial for the add_audio method of SummaryWriter to take an optional sample rate argument and pass it along to audio. Is there some complicating factor here?
The text was updated successfully, but these errors were encountered:
Sure. I'm planning to switch from crayon to tensorboard-pytorch to be able to log audio, and I will make a pull request to add this feature as part of that.
From glancing at the code, the
audio
function insummary.py
seems to take a sample rate argument, so it looks like it would be trivial for theadd_audio
method ofSummaryWriter
to take an optional sample rate argument and pass it along toaudio
. Is there some complicating factor here?The text was updated successfully, but these errors were encountered: