Skip to content

Error in train_spice.py #1

Description

@lonelyinnovator

In line 136 of the file train_spice.py, the training code:
model_kwargs = dict(x_start=prompts, cond=cond)
is not the same with the test code in line 181:
model_kwargs = dict(texts=prompts, cond=cond)
The x_start=prompts in line 136 should be texts=prompts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions