From e48aaeb88b64af2df5f848026c13631e575b0b78 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Fri, 3 May 2024 15:58:19 -0700 Subject: [PATCH] Update run_cpp_examples.sh --- run_cpp_examples.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/run_cpp_examples.sh b/run_cpp_examples.sh index 4c1df06db0..763848e116 100644 --- a/run_cpp_examples.sh +++ b/run_cpp_examples.sh @@ -156,10 +156,12 @@ function clean() { function run_all() { autograd custom-dataset - dcgan - # dataset 503 error - # mnist regression + + # dataset 503 error on yanns site + # dcgan + # mnist + } # by default, run all examples