Skip to content

Instantly share code, notes, and snippets.

View JihoChoi's full-sized avatar
☘️
🪴 🌱

Jiho Choi JihoChoi

☘️
🪴 🌱
View GitHub Profile
import argparse
import copy
import numpy as np
import os
import random
import torch
import torch.nn as nn
import torch.nn.functional as F
import torchvision.transforms as T
import tqdm
약자 한국정보과학회 (2020) BK21플러스 IF (2018) KAIST CS (2022) SNU CSE (2023.4) POSTECH CSE (2022.10) 평균 (정규화) 학회명
AAAI 최우수 4 O O 최우수 1 AAAI Conference on Artificial Intelligence
AAMAS 우수 2 0.2 International Conference on Autonomous Agents and Multi-agent Systems
ACCV 우수 1 우수 0.25 Asian Conference on Computer Vision
ACL 최우수 4 O O 최우수 1 Annual Meeting of the Association for Computational Linguistics
ACSAC 우수 2 우수 0.3 ACM Annual Computer Security Applications Conference
AISTATS 우수 1 우수 0.25 International Conference on Artificial Intelligence and Statistics
ANCS 우수 1 우수 0.25 ACM/IEEE Symposium on Architectures for Networking and Communications Systems
ASE 최우수 3 O O 최우수 0.95 IEEE/ACM International Conference On Automated Software Engineering
ASIACCS 우수 1 우수 0.25 ACM Asia Conference on Computer and Communications Security
# MySQL Tutorial
# https://programmers.co.kr/learn/challenges
/* ------ */
/* SELECT */
/* ------ */
SELECT * FROM ANIMAL_INS ORDER BY ANIMAL_ID
SELECT NAME, DATETIME FROM ANIMAL_INS ORDER BY ANIMAL_ID DESC
@JihoChoi
JihoChoi / cuda.sh
Last active September 3, 2023 13:42
# Install
- https://developer.nvidia.com/
- https://youtu.be/UhuK9ShIpf8
nvidia-smi
sudo nvidia-persistenced --persistence-mode # when nvidia-smi hand
@JihoChoi
JihoChoi / git-commands.md
Last active July 23, 2019 08:43
Git commands

Undo local changes (Discard uncommitted changes)

# https://stackoverflow.com/questions/11628074/how-to-make-git-ignore-my-changes
$ git checkout .

Undo a commit

# Jiho Choi
# OS, Hardware, Monitoring
# GUI Shell
xdg-open .
# ================
# OS Specification