Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
fixed kaggle submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Czakon committed Jul 25, 2018
1 parent 16c91c9 commit d17e7ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipeline_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def evaluate(pipeline_name, dev_mode):

def make_submission(submission_filepath):
LOGGER.info('Making Kaggle submit...')
os.system('kaggle competitions submit -c tgs-salt-identification-challenge -f {}'.format(submission_filepath))
os.system('kaggle competitions submit -c tgs-salt-identification-challenge -f {} -m {}'.format(submission_filepath,
PARAMS.kaggle_message))
LOGGER.info('Kaggle submit completed')


Expand Down

0 comments on commit d17e7ac

Please sign in to comment.