Skip to content

Instantly share code, notes, and snippets.

View hasithv's full-sized avatar

Hasith Vattikuti hasithv

View GitHub Profile
import math
import numpy as np
import torch
from transformers import AutoModel
from PIL import Image
import imageio
from tqdm import tqdm
# ----------------- CONFIG -----------------