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

Commit

Permalink
added .csv image loading utils
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon committed Feb 14, 2021
1 parent bc33414 commit 891a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash/data/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def labels_from_categorical_csv(
feature_cols: List,
return_dict: bool = True,
index_col_collate_fn: Any = None
) -> Union[Dict, List]:
) -> Union[Dict, List]:
"""
Returns a dictionary with {index_col: label} for each entry in the csv.
Expand Down

0 comments on commit 891a6e9

Please sign in to comment.