GitHub - losttech/GPT: GPT-2 port to C#

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

6 Commits

Repository files navigation

C# implementation of GPT-2.

GPT on NuGet

Known issues

CUDA out of host memory

There seems to be an issue with TensorFlow's default GPU memory allocator, that consumes more than needed. In case you know you have enough RAM/GPU RAM, setting TF_GPU_ALLOCATOR environment variable to cuda_malloc might help.

Releases

No releases published

Languages