epic: CML <> DVCLive
See original GitHub issueMake it easy to publish CML reports from DVCLive.
cml comment create --publish --watch=1min report.md &
python train.py --dvclive-report=report.md
- #1026
cml comment {create,update} --publish
: auto-publish images embedded in markdown reportscml comment {create,update} --watch
file-watcher- file-based mutex lock
- upstream: DVCLive support for file-based mutex lock
-
cml publish
seed to help with overwriting outdated files- potentially related to #291
- upstream: DVCLive option to write
md
instead ofhtml
future follow-up
- Happier userflow path
- user specifying DVCLive output formats to be
md
(ormd
andhtml
) - DVCLive auto-detecting CI env to decide what format to output
- CML auto-converting html2md (via e.g.
pandoc
or some JS lib)
- user specifying DVCLive output formats to be
- Studio renders reports (rather than just linking to GH)
- detects dvclive reports (maybe with a special watermark) as a flag to poll for updates every minute
Issue Analytics
- State:
- Created a year ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Phase III EPIC Trial of Ponatinib versus Imatinib in Newly ...
Epic : A Phase 3 trial of ponatinib compared with imatinib in patients with newly diagnosed chronic myeloid leukemia in chronic phase (CP-CML)....
Read more >conda-forge - :: Anaconda.org
aiohttp-xmlrpc, 1.5.0, MIT, X, aiohttp XML-RPC server handler and client ... a bring-your-own-IO implementation of the EPICS Channel Access protocol.
Read more >EPIC Trial Shows Ponatinib Effective in CML
EPIC was a multicenter, international, phase 3, randomized, 2-arm, open-label trial of ponatinib (45 mg once daily) compared with imatinib (400 ...
Read more >Untitled
Uvistar 5m, The royals season 1 episode 1 trailer, Epic meal time pizza pocket ... Kwerenda co to, Php4 xml to object, Finite...
Read more >2020年02月07日到期删除的国际域名
... dv778899.com dva-faraona.com dvakvvihmh.com dvcstreaming.com ... ephemeralstudio.com epi-ins.info epic-organics.com epicaauto.com ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@daavoo soon (after #1073 <- #762), the idea is:
where the “synchronised alternative” flow avoids potential contention. TL;DR pseudocode:
DVCLive
CML
I think I prefer the current approach in the P.R.
What would be the main benefit of this alternative? The ability to share env vars with the
child
process?What happens when integrating with DVC
cml whatever dvc repro
?This feels a little more clunky to me than the file watcher approach.