Max Woolf

Results 68 issues of Max Woolf

Occurs in both light and dark themes. Compare to the default Dark+ theme: ...although Dark+ does not italicize the hyperlink itself 🤷 Dunno what the correct styling is here.

I added a Multi-GPU function that extended Keras's `multi_gpu_model()` and verified that it indeed utilizes multiple GPUs (via `nvidia-smi`). However, for smaller models, training speed is about the same, if...

https://github.com/keras-team/keras/releases/tag/2.3.0 ``` Change default recurrent activation to sigmoid (from hard_sigmoid) in all RNN layers. ``` This _shouldn't_ affect textgenrnn because I was accidentally ahead of the curve and made the...

Verify that the largest model is supported: * Finetuning is disabled * Generating from default is supported * Update docs.

enhancement

Create a k8s `.yaml` file spec which will create a cluster that can support GPT-2 APIs w/ GPU for faster serving ## Goal * Each Node has as much GPU...

enhancement

Should be able to set the CAPTCHA auth keys as environmental variables.

enhancement

For when the web UI is open in another tab. Can apparently set with jQuery so not too hard. The hard part is deciding the generation/nongeneration favicon.

There may or may not be a way to fix it. No issues with hiding the button on mobile devices.

The current Save Image will result in an output based on the viewport of the device: not necessarily wrong, but it would be good if it was more consistent.

Copying an entire GCS bucket / creating a new bucket just for copying it is not ideal. Uploading `app.py` and the `Dockerfile` to the same bucket is also somewhat janky....

enhancement