Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training.main #111

Open
wwfcnu opened this issue Jul 19, 2023 · 1 comment
Open

training.main #111

wwfcnu opened this issue Jul 19, 2023 · 1 comment

Comments

@wwfcnu
Copy link

wwfcnu commented Jul 19, 2023

laion-clap.training.main:

    if args.train_data is None:
        optimizer = None
        scheduler = None

according to params.py,The "train_data" here should be "trian-data"

@RetroCirce
Copy link
Contributor

the train-data will be automatically replaced with train_data in argparse, because the python variable cannot allows the "-" in the naming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants