Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Algumas mudanças para melhorar e evitar issues já resolvidas. #25

Merged
merged 6 commits into from
Dec 12, 2022

Conversation

EriveltonLima
Copy link
Contributor

Fiz uma revisão nos passos básicos visto alguns issues que foram aparecendo.

Copy link
Owner

@Dpbm Dpbm left a comment

Choose a reason for hiding this comment

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

@EriveltonLima, muito obrigado por estar envolvido com esse projeto.
Achei que tudo está muito bom, o único detalhe que encontrei, do qual acredito que pode ser mudado, é no notebook de exemplo que você colocou.

Em sua concepts_list você colocou o seguinte:

concepts_list = [
    {
        "instance_prompt":      "stableianaty",
        "class_prompt":         "photo of a person",
        "instance_data_dir":    "/content/data/stableianaty",
        "class_data_dir":       "/content/data/dog"
    }
]

acredito que os valores mais semânticos para isso serião,

concepts_list = [
    {
        "instance_prompt":      "stableianaty",
        "class_prompt":         "photo of a person",
        "instance_data_dir":    "/content/data/stableianaty",
        "class_data_dir":       "/content/data/person"
    }
]

Você poderia consertar isso?

@EriveltonLima
Copy link
Contributor Author

Corrigido.

Copy link
Contributor Author

@EriveltonLima EriveltonLima left a comment

Choose a reason for hiding this comment

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

OK

Copy link
Owner

@Dpbm Dpbm left a comment

Choose a reason for hiding this comment

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

Muito obrigado 😊

@Dpbm Dpbm merged commit c5ccf70 into Dpbm:main Dec 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants