We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
I ran ludwig w/o a dev set and look like it generate a json file with Infinity / -Infinity, which is not json valid
"best_eval_metric_value": -Infinity, "best_eval_test_metrics": {}, "best_eval_train_metrics": {}, "best_eval_validation_metrics": {}, "best_increase_batch_size_eval_metric": Infinity,
To Reproduce Steps to reproduce the behavior:
ludwig train --config train.yml --training_set train.csv --test_set test.csv
try training_progress.json with tools such as jq or something
Expected behavior
Environment (please complete the following information):
Additional context n/a
The text was updated successfully, but these errors were encountered:
Hi @nqbao thanks for sharing the issue. I will have a look into it.
Context: https://ecma-international.org/wp-content/uploads/ECMA-404_2nd_edition_december_2017.pdf Page 4 (PDF: 12)
Numeric values that cannot be represented as sequences of digits (such as Infinity and NaN) are not permitted.
Sorry, something went wrong.
Related? #3751
No branches or pull requests
Describe the bug
I ran ludwig w/o a dev set and look like it generate a json file with Infinity / -Infinity, which is not json valid
To Reproduce
Steps to reproduce the behavior:
try training_progress.json with tools such as jq or something
Expected behavior
Environment (please complete the following information):
Additional context
n/a
The text was updated successfully, but these errors were encountered: