Kevin Trebing

Results 52 comments of Kevin Trebing

Cool :) I have found it more by coincidence while I was checking some stories out. I am using the DeepTingle stories for fine-tuning GPT-2 to create some funny stories...

> Did anyone make any progress on this? I am having the exact same issue when using Pyswip in combination with Flask Is there any progress on this? Sadly the...

Thank you, but I moved the whole project to Python now. As I recall, there was not really an error, but just not using the prolog file which resulted in...

You can put this config in your `pyproject.toml` as well under: ``` [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = "my_app.settings" ```

I have a similar issue. Autogenerate also generates `None` in the `drop_constrains` function, but by using explicitly naming foreign keys using a [naming convention](https://alembic.sqlalchemy.org/en/latest/naming.html#integration-of-naming-conventions-into-operations-autogenerate) (got there from this https://github.com/sqlalchemy/alembic/issues/588 issue)...

I think distributed fine-tuning is not possible currently. As you can see it is labeld as ["out-of-date"](https://github.com/nshepperd/gpt-2#multi-gpu-out-of-date). I think you are better off trying to fine-tune with the PyTorch implementation...

> What command did you use to make it work? I am using aws `ml.p3.8xlarge` with four 16 GB V100 GPUs to train but getting OOM error. I am using...

I can recommend checking out [Huggingface-transformers](https://github.com/huggingface/transformers). When I was working with GPT-2 it was only for PyTorch, but they extended the repository to Tensorflow as well. There should be some...