Skip to content

where is the training script #1

@Light--

Description

@Light--

are the 3 models training together or independently? Where can we get the multi-task training script? Because i saw you used them for prediction, independently:

        self.RNet = mx.model.FeedForward.load(models[1], 1, ctx=ctx)
        self.ONet = mx.model.FeedForward.load(models[2], 1, ctx=ctx)
        self.LNet = mx.model.FeedForward.load(models[3], 1, ctx=ctx)

if together is needed, how can we construct the mxnet code to train them together ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions