Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
move backbones to root vision folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Feb 3, 2021
1 parent 41dd52e commit 7f73823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
56 changes: 0 additions & 56 deletions flash/vision/classification/backbones.py

This file was deleted.

2 changes: 1 addition & 1 deletion flash/vision/embedding/image_embedder_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from flash.core import Task
from flash.core.data import TaskDataPipeline
from flash.core.data.utils import _contains_any_tensor
from flash.vision.classification.backbones import torchvision_backbone_and_num_features
from flash.vision.backbones import torchvision_backbone_and_num_features
from flash.vision.classification.data import _default_valid_transforms, _pil_loader
from flash.vision.embedding.model_map import _load_bolts_model, _models

Expand Down

0 comments on commit 7f73823

Please sign in to comment.