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

Commit

Permalink
add _data_pipeline back
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaton committed Mar 29, 2021
1 parent 0245d17 commit e2f24dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flash/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def __init__(
# TODO: should we save more? Bug on some regarding yaml if we save metrics
self.save_hyperparameters("learning_rate", "optimizer")

self._data_pipeline = None
self._preprocess = None
self._postprocess = None

Expand Down

0 comments on commit e2f24dc

Please sign in to comment.