Skip to content

Instantly share code, notes, and snippets.

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

Jiho Choi JihoChoi

☘️
🪴 🌱
View GitHub Profile
약자 한국정보과학회 (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
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