# https://stackoverflow.com/questions/11628074/how-to-make-git-ignore-my-changes
$ git checkout .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
약자 | 한국정보과학회 (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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install | |
- https://developer.nvidia.com/ | |
- https://youtu.be/UhuK9ShIpf8 | |
nvidia-smi | |
sudo nvidia-persistenced --persistence-mode # when nvidia-smi hand | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Jiho Choi | |
# OS, Hardware, Monitoring | |
# GUI Shell | |
xdg-open . | |
# ================ | |
# OS Specification |