Results 11 comments of greaber
trafficstars

Hi, thanks for the quick response. Yeah, it does work fine on Chrome. I'm not using the Developer or Nightly version. I'm using 62.0 (the latest standard version) on OS...

Tensorboard doesn't have password authentication either, right? I think it is enough to just use ssh tunnels for security. Maybe the README should suggest, as the standard way of running...

Hey, I did this with the latest libsndfile, and it actually didn't seg fault. I have to do more testing before I can say whether using the latest libsndfile fixes...

I'm not converting any weights, so I can't comment on how that works, but otherwise I found @srirakshith-sai 's Dockerfile to work great (except that he forgot to pip install...

@achmadns, @manuliner, did either of you ever find a solution to this problem? In my application, the user is recording audio, and I would like to show a scrolling waveform...

This still seems to be broken. I haven't experienced seg faults, but when I write ogg files, the ends are very often cut off, which makes it sort of unusable....

Yeah, I just tried with a fresh conda env and python 3.9, and I get the same error

Are you using an M1 mac? Possibly it could be related to this

The minimum macOS version might be an issue for some people, but I don't think it is what I am seeing since I am on 12.4

@mthrok Do you mean if I install `torch` and `torchvision` using `conda install pytorch torchvision -c pytorch-nightly`? In that case, ``` $ python -m torch.utils.collect_env Collecting environment information... PyTorch version:...