Skip to content
View GeYuhong's full-sized avatar

Block or report GeYuhong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. rl-tutorials rl-tutorials Public

    Forked from johnjim0816/rl-tutorials

    basic algorithms of reinforcement learning

    Jupyter Notebook

  2. joyrl-offline joyrl-offline Public

    Forked from johnjim0816/joyrl-offline

    Python

  3. nlp-beginner nlp-beginner Public

    Forked from FudanNLP/nlp-beginner

    NLP上手教程

  4. Megatron-LM Megatron-LM Public

    Forked from NVIDIA/Megatron-LM

    Ongoing research training transformer models at scale

    Python

  5. TransformerEngine TransformerEngine Public

    Forked from NVIDIA/TransformerEngine

    A library for accelerating Transformer models on NVIDIA GPUs, including using 8-bit floating point (FP8) precision on Hopper, Ada and Blackwell GPUs, to provide better performance with lower memory…

    Python

  6. CUDA_with_PyTorch CUDA_with_PyTorch Public

    Forked from ChambinLee/CUDA_with_PyTorch

    这个项目介绍了简单的CUDA入门,涉及到CUDA执行模型、线程层次、CUDA内存模型、核函数的编写方式以及PyTorch使用CUDA扩展的两种方式。通过该项目可以基本入门基于PyTorch的CUDA扩展的开发方式。

    Cuda