Skip to content

fix: test dataset log message prints train_dataset - #106

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/training-test-dataset-log-message-prints-train
Open

fix: test dataset log message prints train_dataset#106
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/training-test-dataset-log-message-prints-train

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

Problem

fix: test dataset log message prints train_dataset

Fix

Replace:

    print('Building test dataset {:s}'.format(args.train_dataset))

with:

    print('Building test dataset {:s}'.format(args.test_dataset))

Files changed

  • dust3r/training.py

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

Successfully merging this pull request may close these issues.

1 participant