Skip to content
View ryul99's full-sized avatar
🦊
🦊

Highlights

  • Pro

Block or report ryul99

Report abuse

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

Report abuse
ryul99/README.md

Hi 👋, I'm Changmin Choi from South Korea

Blog Badge Twitter Badge Gmail Badge Linkedin Badge

✨ I'm interested in ML, LLM, Retrieval (Search Engine, RAG), RecSys.

😍 I like Linux and coding with Vim

✒ Please see my tech blog! ( torch.vision )

Pinned Loading

  1. avante.nvim avante.nvim Public

    Forked from yetone/avante.nvim

    Use your Neovim like using Cursor AI IDE!

    Lua

  2. mmsr mmsr Public

    Forked from open-mmlab/mmagic

    Open MMLab Image and Video Super-Resolution Toolbox, , including SRResNet, SRGAN, ESRGAN, EDVR, etc.

    Python 2

  3. pytorch-project-template pytorch-project-template Public template

    Deep Learning project template for PyTorch (multi-gpu training is supported)

    Python 135 20

  4. .dotfiles .dotfiles Public

    ryul99's dotfiles ⚙️

    Shell 1

  5. theeluwin/Summarxiv theeluwin/Summarxiv Public

    Daily latest arXiv paper summary digest.

    Python 48 3

  6. wait function for any pid without se... wait function for any pid without see "pid is not a child of this shell"
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # https://unix.stackexchange.com/a/427133
    4
    if [ `uname` == "Linux" ]; then
    5
        tail --pid=$1 -f /dev/null