-
Hi,
I'm wondering if you think this could run on RPi 3? If so, would it require difficult changes?
Thanks!
-
@yardencsGitHub documenting this here, in case you can help troubleshoot
I was able to reproduce the difference in segment error rate we see.
To do so I used the closest `conda` environment (I t…
-
Hi,
I am highly interested in generating spectrograms in GPU, However, the spectrograms generated using torch audio do not seem to be of that good quality compared to the spectrograms generated by…
ghost updated
3 years ago
-
this one
```
try:
with toml_path.open('r') as fp:
config_toml = toml.load(fp)
except TomlDecodeError as e:
raise Exception(f'Error when parsing .toml config f…
-
I converted an older .ini to .toml following the shell script in https://github.com/yardencsGitHub/tweetynet/blob/63e4b5373589ece456b3738738c38d860a64f3b9/src/scripts/ini_to_toml.sh
I'm attachin…