AI-DungeonMaster
AI-DungeonMaster copied to clipboard
Simply using the espeak engine (or alternatives for other operating systems) to read the adventure out loud. Switched the model to the larger '1558M' model which leads to longer loading...
In generator.py I changed: _self.output = sample.sample_sequence( hparams=hparams, length=length, context=self.context, batch_size=batch_size, )_ to _self.output = sample.sample_sequence( hparams=hparams, length=length, context=self.context, batch_size=batch_size, temperature=temperature, top_k=top_k )_ I am trying some finetuned models and...
When running `python download_model.py 117M` I get the following error message written inside `gpt2/models/117M/encoder.json` ``` Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get'...