Skip to content

Commit

Permalink
Show where the model loaded from.
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriks73 committed Oct 11, 2024
1 parent 927c302 commit a9a82a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempocnn/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(self, model_name='fcn'):
print('Failed to find a model named \'{}\'. Please check the model name.'.format(model_name),
file=sys.stderr)
raise e
logger.debug(f"Loading model {model_name} from {file}")
self.model = load_model(file)

def estimate(self, data):
Expand Down

0 comments on commit a9a82a3

Please sign in to comment.