Joseph Turian

Results 239 issues of Joseph Turian

https://multi-task-utils.readthedocs.io/ does not appear to exist?

http://www.reverberate.org/gazelle/ doesn't work. I assume you mean http://www.gazelle-parser.org/

I am trying to use the constant_skirt keyword argument with bandreject, but I get the error: ``` TypeError: bandreject() got an unexpected keyword argument 'constant_skirt' ```

Dear Ninorac, thank you for your wonderful work. I would be interested in discussing some neural synthesis work we are doing and perhaps collaborating. If you would you mind emailing...

I've read the FAQ and training tips carefully. Nonetheless, my 512 height images are being output as 256 at test time. Why? Train: ``` !python train.py --continue_train --gpu_ids 0 --dataroot...

I appreciate your software. I am curious if you would include this new library in your feature matrix too? https://github.com/qiuqiangkong/torchlibrosa

help wanted

From `jukebox/data/files_dataset.py` ``` self.min_duration = hps.min_duration or math.ceil(hps.sample_length / hps.sr) self.max_duration = hps.max_duration or math.inf self.sample_length = hps.sample_length assert hps.sample_length / hps.sr < self.min_duration, f'Sample length {hps.sample_length} per sr {hps.sr}...

## Description The [quick start](https://tianqi.name/jekyll-TeXt-theme/docs/en/quick-start) recommends to "Clone jekyll-TeXt-theme from github." or "Download and unzip the file to your Jekyll site directory.". However, the repo has the entire TeXt theme...

The pretrained models have names like: generator_v1 However, train.py looks for checkpoints with the following code: ``` if os.path.isdir(a.checkpoint_path): cp_g = scan_checkpoint(a.checkpoint_path, 'g_') cp_do = scan_checkpoint(a.checkpoint_path, 'do_') ``` where are...