From 89bd67e0c5c256bfd1aeaa54a02611b68b6002c4 Mon Sep 17 00:00:00 2001 From: iqbal128855 Date: Fri, 11 Mar 2022 14:11:28 -0500 Subject: [PATCH] fixed typo --- README.md | 2 -- artifact/REPRODUCE.md | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b6b9c80..e3611cd 100755 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ Unicorn is used for performing tasks such as performance optimization and perfor Unicorn can be used for debugging and optimization for objectives such as latency (```inference_time```) and energy (```total_energy_consumption```) in both offline and online modes. Unicorn has been implemented on six software systems such as DEEPSTREAM (```Deepstream```), XCEPTION (```Image```), BERT (```NLP```), DEEPSPEECH (```Speech```), X264 (```x264```), and SQLITE (```sqlite```). -__Note: In this artifact, we will be using offline mode. Contact [Md Shahriar Iqbal](mailto:miqbal@email.sc.edu?subject=Testing%20UNICORN%20in%20online%20mode) for instructions if you are running UNICORN in online mode.__ - ## Setup To get started, you'll need to have `docker` and `docker-compose`. diff --git a/artifact/REPRODUCE.md b/artifact/REPRODUCE.md index d37efaa..bb5b647 100644 --- a/artifact/REPRODUCE.md +++ b/artifact/REPRODUCE.md @@ -9,8 +9,6 @@ Unicorn is used for performing tasks such as performance optimization and perfor In both offline and online modes, Unicorn can be used for debugging and optimization for objectives such as latency (```inference_time```) and energy (```total_energy_consumption```). Unicorn has been implemented on six software systems such as DEEPSTREAM (```Deepstream```), XCEPTION (```Image```), BERT (```NLP```), DEEPSPEECH (```Speech```), X264 (```x264```), and SQLITE (```sqlite```). -__Note: In this artifact, we will be using offline mode. Contact [Md Shahriar Iqbal](mailto:miqbal@email.sc.edu?subject=Testing%20UNICORN%20in%20online%20mode) for instructions if you are running UNICORN in online mode.__ - ## Setup To get started, you'll need to have `docker` and `docker-compose`. @@ -133,7 +131,7 @@ password: nvidia Once logged in into the device please use the following commands to run the experiments from one terminal: ``` cd unicorn -python3 ./services/run_services.py Image +python3 ./services/run_service.py Image ``` Please wait until the status shows the flask app is running on http://127.0.0.1/5000