Gldstrrbt

Results 17 comments of Gldstrrbt

Having the same issue, but with localNotifications and background tasks

My apologies. Forgot to include the script. ``` from aitextgen import aitextgen from aitextgen.tokenizers import train_tokenizer from aitextgen.TokenDataset import TokenDataset from aitextgen.utils import build_gpt2_config file_name = "input.txt" vocab_file = "aitextgen-vocab.json"...

Thanks for the quick response. I just tried setting num_workers=1 on train() and got the same result.

Ah okay. I'll continue to troubleshoot and will update here if I come across a solution. Otherwise, I'll give it a go on my Ubuntu machine when I return to...

@minimaxir @ConstantineK glad to hear you found a solution for your Windows setup. I tried your method of adding `if __name__ == '__main__':` at the top and indenting the lines...

I tried the different path variations for `file_name`, `vocab_file`, and `merges_file`. And the `config.json` file under the `trained_model` directory is showing the object below. Also, the `config` var in the...

Commenting out a few lines seems to have done the trick. In the file `data_load.py`, replace the following block: if hp.prepro: def _load_spectrograms(fpath): fname = os.path.basename(fpath) mel = "mels/{}".format(fname.replace("wav", "npy"))...

Got excited today after coming across this, after having the most infuriating experience with a different react charting library that is no longer maintained and is poorly documented. Currently in...

Has anyone figured out what the issue is? I created a fresh test page to see whether it was my setup that was screwy or the package, and all signs...

@cliffhall, ever find a solution to this issue? Currently experiencing this myself and would love to cross it off my list. In my case, I'm not only experiencing what you...