π 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 )
Deep Learning project template for PyTorch (multi-gpu training is supported)
Forked from open-mmlab/mmagic
Open MMLab Image and Video Super-Resolution Toolbox, , including SRResNet, SRGAN, ESRGAN, EDVR, etc.
Python 2
user-separated develop environment with docker in SNUH CMI
Shell 9
#!/bin/bash
# acknowledgement:
# https://chemicloud.com/blog/download-google-drive-files-using-wget/#how-to-download-google-drive-files-using-wget
# https://stackoverflow.com/a/6174447
#!/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`