Skip to content

Commit

Permalink
Load weights before submiting example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kidzik committed Aug 7, 2017
1 parent 2fa1546 commit 380a514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@

# If TEST and TOKEN, submit to crowdAI
if not args.train and args.token:
agent.load_weights(args.model)
# Settings
remote_base = 'http://grader.crowdai.org:1729'
client = Client(remote_base)
Expand Down

0 comments on commit 380a514

Please sign in to comment.