Skip to content

Commit

Permalink
Dev icenet-ai#252: couple of notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Jun 7, 2024
1 parent 6bd2cfa commit 7a519cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icenet/model/networks/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def train(self,
with strategy.scope():
network = model_creator(**model_creator_kwargs)

# TODO: consider using .keras format throughout
# TODO: need to consider pre_load / create and save functionality for checkpoint recovery
if self._pre_load_path and os.path.exists(self._pre_load_path):
logging.warning("Automagically loading network weights from {}".format(
self._pre_load_path))
Expand Down

0 comments on commit 7a519cd

Please sign in to comment.