Skip to content

Using the Supplied Training Data for Training #6

@fuxiang-chen

Description

@fuxiang-chen

Does anyone has any success in using the supplied training data for training (with Python 2.7 and Pytorch 3.1)?

It appears that it is non-trainable in my machine, and there is an infinite loop within the enumeration of the minibatches.

z = indexify_transformations(in_p, out_p, label_voc, args)
if z == None:
    continue

The above code always produces a z of None type, thus generating an infinite loop.

@miyyer @jwieting

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