-
Can you explain how to run this on audio? I see that you are training on the PTB.
-
I have a pl.LightningModule (pytorch-lightning) that includes many nn.Modules.
It's not obvious from the documentation how I can profile all the LightningModule tensors and the subordinate Module t…
-
```
sbd.get_data shouldn't assume that you are passing in filenames.
Sometimes you already have text, turn it into an open file stream using
StringIO.StringIO, and pass that in.
See my code here:
h…
-
```
sbd.get_data shouldn't assume that you are passing in filenames.
Sometimes you already have text, turn it into an open file stream using
StringIO.StringIO, and pass that in.
See my code here:
h…
-
Add some kind of method to recursively go over everything in `logs/`, and find the latest saved checkpoint (find by date saved).
Add config flag for resuming training from the latest checkpoint:
```…
-
```
sbd.get_data shouldn't assume that you are passing in filenames.
Sometimes you already have text, turn it into an open file stream using
StringIO.StringIO, and pass that in.
See my code here:
h…
-
```
sbd.get_data shouldn't assume that you are passing in filenames.
Sometimes you already have text, turn it into an open file stream using
StringIO.StringIO, and pass that in.
See my code here:
h…
-
```
sbd.get_data shouldn't assume that you are passing in filenames.
Sometimes you already have text, turn it into an open file stream using
StringIO.StringIO, and pass that in.
See my code here:
h…
-
I want to do unconditional generation from checkpoints and logs WITHOUT needing to download the original dataset. How?
```
Traceback (most recent call last):
File "synthesize.py", line 345, i…
-
Do you mind pushing a pypi release of this theme?