From 732b31d4034e6799d7226f919d348d801d2010d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=B6hler?= <27728103+Ceyron@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:02:49 +0200 Subject: [PATCH] Add example in Colab --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3dc91e0..aa624c8 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ pip install apebench Train a ConvNet to emulate 1D advection, display train loss, test error metric rollout, and a sample rollout. +[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1SeCuoYaSfIH2J0IdNeFlDrkCypxtvRie?usp=sharing) + ```python import apebench import seaborn as sns