This file contains hidden or 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 torch | |
import clip | |
from PIL import Image | |
import argparse | |
import os | |
import torch | |
from torchvision import datasets, transforms | |
import numpy as np | |
import sys | |
from scipy import linalg |