Skip to content

Pingme now also send markdown table when training finished

fennecj requested to merge feat/dictToMarkdownTable into main

Send markdown like this via pingme:

Sat Aug 10 06:25:24 CST 2024

timestamp model_params model_type ... l1_acc l2_acc l3_acc
20240810-062524 1260160 transformer ... 86.56275177001953 86.9536361694336 84.23971557617188

Raw without render:

| timestamp | model_params | model_type | ... | l1_acc | l2_acc | l3_acc |
| --- | --- | --- | --- | --- | --- | --- |
| 20240810-062524 | 1260160 | transformer | ... | 86.56275177001953 | 86.9536361694336 | 84.23971557617188 |
Edited by fennecj

Merge request reports