Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two data sources #1

Merged
merged 7 commits into from
Jun 8, 2017
Merged

Two data sources #1

merged 7 commits into from
Jun 8, 2017

Conversation

mattragoza
Copy link
Contributor

Refactoring of train.py and support for training models on two data sources.

Copy link
Contributor

@dkoes dkoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to resolve merge conflicts

train.py Outdated
@@ -326,205 +477,188 @@ def parse_args(argv=None):
parser.add_argument('--gamma',type=float,help="Gamma, default 0.001",default=0.001)
parser.add_argument('--power',type=float,help="Power, default 1",default=1)
parser.add_argument('--weights',type=str,help="Set of weights to initialize the model with")
parser.add_argument('-p2','--prefix2',type=str,required=False,help="Prefix for training/test files: <prefix>[train|test][num].types")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need slightly better doc string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants