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

Where does the newly trained model go? #146

Open
astralmedia opened this issue Sep 25, 2024 · 1 comment
Open

Where does the newly trained model go? #146

astralmedia opened this issue Sep 25, 2024 · 1 comment

Comments

@astralmedia
Copy link

astralmedia commented Sep 25, 2024

I have successfully been able to get training to happen, but I am unsure of where the new model gets saved...I didnt find it anywhere. Thanks so much!

@astralmedia astralmedia changed the title Trainer.fit: No training batches Where does the newly trained model go? Sep 25, 2024
@astralmedia astralmedia reopened this Sep 25, 2024
@fletcherist
Copy link

hi! it goes to --save-dir

python ${ROOT_DIR}/train.py \
    --dataset-config ${DATASET_CONFIG} \
    --model-config ${MODEL_CONFIG} \
    --name "vae_training" \
    --batch-size ${BATCH_SIZE} \
    --save-dir ${OUTPUT_DIR}

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