Update common.py

This commit is contained in:
Refound 2024-11-27 23:49:58 +08:00 committed by GitHub
parent b3664b0403
commit abfe01fb26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,8 @@ if config.nailong_similarity_on:
from nonebot import logger
from torch import nn
from torchvision import transforms
import sklearn
transform = transforms.Compose(
[