Skip to content

Commit

Permalink
Parse stalled validation data (#637)
Browse files Browse the repository at this point in the history
* Add missing validation metrics

* Allow validation entries missing stalled value

* Update tests

* Support learning rate

* Update test fixtures for W&B

* Suggestion

---------

Co-authored-by: Evgeny Pavlov <[email protected]>
  • Loading branch information
vrigal and eu9ene authored May 30, 2024
1 parent cb88080 commit b20c624
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 30,769 deletions.
6 changes: 6 additions & 0 deletions docs/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ You can parse a group (with other traversal tasks) by running:
```sh
$ parse_tc_group <task_group_id>
```

### Extend supported Marian metrics

The parser does not supports arbitrary metrics (i.e. via the `--valid-metrics` argument).

In order to support new values, you may want to update the regular expression matching Marian output lines in `tracking.translations_parser.parser` and the dataclass in `tracking.translations_parser.data`.
2 changes: 1 addition & 1 deletion tests/data/experiments_wandb_calls_1_10.json

Large diffs are not rendered by default.

Loading

0 comments on commit b20c624

Please sign in to comment.