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

Commit

Permalink
Revert debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Nov 10, 2021
1 parent 3a964a1 commit 9c8b70f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flash_examples/image_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
import torch

import flash
from flash.core.data.data_source import DefaultDataKeys
from flash.core.data.utils import download_data
from flash.image import ImageClassificationData, ImageClassifier

print(DefaultDataKeys.INPUT)

# 1. Create the DataModule
download_data("https://pl-flash-data.s3.amazonaws.com/hymenoptera_data.zip", "./data")

Expand Down

0 comments on commit 9c8b70f

Please sign in to comment.