-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I've been inspecting the code and was wondering, what is the purpose of inputting text into the model?
In the OrigamiNet class in cnv_model.py, the forward method seems to accept a list t=[], or text, that has no apparent use.
In train.py, text is passed into the model in this fashion:
preds = model(image,text).float()
And in validation, an empty string is passed:
preds = model(image, '')
Metadata
Metadata
Assignees
Labels
No labels