Skip to content

Commit

Permalink
scrub refs
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Oct 31, 2022
1 parent 1b6ac1b commit 33823c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ cat results.txt >> report.md

:framed_picture: **Images** Display images using the markdown or HTML. Note that
if an image is an output of your ML workflow (i.e., it is produced by your
workflow), you can add `--publish` flag to include it a CML report. For example,
if `graph.png` is output by `python train.py`, run:
workflow), it can be uploaded and included automaticlly to your CML report. For
example, if `graph.png` is output by `python train.py`, run:

```bash
echo "![](./graph.png)" >> report.md
cml comment create --publish report.md
cml comment create report.md
```

### Getting Started
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
cat metrics.txt >> report.md
echo "![](./plot.png)" >> report.md
cml comment create --publish report.md
cml comment create report.md
```

3. In your text editor of choice, edit line 16 of `train.py` to `depth = 5`.
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
vl2png vega.json -s 1.5 > plot.png
echo "![](./plot.png)" >> report.md
cml comment create --publish report.md
cml comment create report.md
```

> :warning: If you're using DVC with cloud storage, take note of environment
Expand Down

2 comments on commit 33823c4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.