Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
remove train_args from get_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov committed Nov 26, 2019
1 parent 6c912c8 commit a782439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions semseg_vaihingen/models/deepaas_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def get_metadata():
'Home-page': None,
'Author': None,
'Author-email': None,
'License': None,
'Train-Args': cfg.train_args
'License': None
}

for line in pkg.get_metadata_lines("PKG-INFO"):
Expand Down

0 comments on commit a782439

Please sign in to comment.