Skip to content

Commit

Permalink
Cleanup messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorthan committed Jan 14, 2025
1 parent 43cd5d0 commit c01152a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ def create_callback(self, updater):

def train(self, updater=None):

updater('time to train the random forest')
updater('Training random forest')

updater('image size is {}'.format(self.images.shape))
updater('feature size is {}'.format(self.features.shape))

updater('calculate features')
updater('calculating features')

label_vector, features_vector = extract_features_sequence(self.images, self.labels, self.features)

Expand Down

0 comments on commit c01152a

Please sign in to comment.