Skip to content

Rename to deepview predict #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -171,7 +172,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.

<h2 id="release-history">Release History</h2>

Expand Down Expand Up @@ -200,11 +201,11 @@ more information.

<h2 id="paper">Research Paper</h2>

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,
Expand Down
2 changes: 1 addition & 1 deletion analyzer/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down