= () => (
convert +append final_owl.png master_owl.png out.png
convert out.png -resize 75% out_shrink.png
echo "### Workspace vs. Main" >> report.md
- cml publish out_shrink.png --md --title 'compare' >> report.md
+ echo '' >> report.md
echo "## Training metrics" >> report.md
dvc params diff master --show-md >> report.md
@@ -620,7 +620,7 @@ const UseCasesSection: React.ForwardRefRenderFunction = () => (
echo "## GPU info" >> report.md
cat gpu_info.txt >> report.md
- cml send-comment report.md
+ cml comment create --publish report.md