Last active
December 21, 2021 20:36
-
-
Save J3698/b4dfd4748264126d763c3699fb0faec5 to your computer and use it in GitHub Desktop.
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
from PIL import Image, ImageDraw | |
import numpy as np | |
import torch | |
from train2 import Model | |
from torchvision.transforms import ToTensor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment