From cd547be9312425c84e20551a8caf11fcc4420133 Mon Sep 17 00:00:00 2001 From: John Calderon Date: Tue, 4 Apr 2023 11:59:43 -0400 Subject: [PATCH 1/2] changed installation name --- README.md | 6 +++--- analyzer/setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d6f1fd..d2926ab 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ print("Predicted time on V100:", pred.run_time_ms) python3 example.py ``` -See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of Habitat usage. +See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of DeepView.Predict usage.

Release History

@@ -200,11 +200,11 @@ more information.

Research Paper

-DeepView.Profile began as a research project in the [EcoSystem Group](https://www.cs.toronto.edu/ecosystem) at the [University of Toronto](https://cs.toronto.edu). The accompanying research paper appeared in the proceedings of [USENIX +DeepView.Predict began as a research project in the [EcoSystem Group](https://www.cs.toronto.edu/ecosystem) at the [University of Toronto](https://cs.toronto.edu). The accompanying research paper appeared in the proceedings of [USENIX ATC'21](https://www.usenix.org/conference/atc21/presentation/yu). If you are interested, you can read a preprint of the paper [here](https://arxiv.org/abs/2102.00527). -If you use DeepView.Profile in your research, please consider citing our paper: +If you use DeepView.Predict in your research, please consider citing our paper: ```bibtex @inproceedings{habitat-yu21, diff --git a/analyzer/setup.py b/analyzer/setup.py index 4e26abf..1ce2212 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -11,7 +11,7 @@ ################################################################### -NAME = "habitat-predict" +NAME = "deepview-predict" PACKAGES = find_packages() META_PATH = os.path.join("habitat", "__init__.py") README_PATH = "README.md" From 248b4dd5af3225e1f9c769efb1af94347ed16755 Mon Sep 17 00:00:00 2001 From: John Calderon Date: Tue, 4 Apr 2023 15:37:40 -0400 Subject: [PATCH 2/2] added instruction to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2926ab..828d2dc 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ If you do not find matching version of CUDA and Python above, you need to build ```bash git clone https://github.com/CentML/DeepView.Predict + cd DeepView.Predict ``` 4. Get the pre-trained models used by DeepView.Predict