Skip to content

Commit

Permalink
Remove an unnecessary lib
Browse files Browse the repository at this point in the history
  • Loading branch information
akgokce committed Jan 14, 2025
1 parent 551c577 commit 63e0f4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions brainscore_vision/models/timm_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
from pathlib import Path
import ssl

import torchvision.models
import torch

from brainscore_vision.model_helpers.activations.pytorch import PytorchWrapper

import timm
import numpy as np
import torchvision.transforms as T
from PIL import Image

from brainscore_vision.model_helpers.activations.pytorch import PytorchWrapper

# Disable SSL verification
ssl._create_default_https_context = ssl._create_unverified_context
Expand Down
1 change: 0 additions & 1 deletion brainscore_vision/models/timm_models/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
torch
torchvision
albumentations
timm

0 comments on commit 63e0f4b

Please sign in to comment.