π I majored in Computer Science and Engineering at Seoul National University
β¨ I'm interested in combination of ML and System Engineering
π I like Linux and coding with Vim
β Please see my tech blog! ( torch.vision )
π I majored in Computer Science and Engineering at Seoul National University
β¨ I'm interested in combination of ML and System Engineering
π I like Linux and coding with Vim
β Please see my tech blog! ( torch.vision )
Forked from yetone/avante.nvim
Use your Neovim like using Cursor AI IDE!
Lua
Forked from open-mmlab/mmagic
Open MMLab Image and Video Super-Resolution Toolbox, , including SRResNet, SRGAN, ESRGAN, EDVR, etc.
Python 2
Deep Learning project template for PyTorch (multi-gpu training is supported)
user-separated develop environment with docker in SNUH CMI
Shell 9
#!/usr/bin/env bash
# https://unix.stackexchange.com/a/427133
if [ `uname` == "Linux" ]; then
tail --pid=$1 -f /dev/null
# This code CANNOT be run as a script.
# You should add this code to your shell rc file and use it as a shell function.
# This is because the `jobs` command can only get child processes.
#
# example: `for i in $(seq 1 24); do run-parallel sleep 6; done; wait`