Skip to content

Instantly share code, notes, and snippets.

View SeunghyunSEO's full-sized avatar

Seunghyun Seo SeunghyunSEO

View GitHub Profile
@SeunghyunSEO
SeunghyunSEO / flops_utils.py
Last active October 17, 2025 17:11
flops_utils.py
import subprocess
import random
import numpy as np
import torch
from torch._utils import _get_available_device_type, _get_device_module
from loguru import logger
# DEBUG = False
DEBUG = True