We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9fcc6 commit 7c98b1cCopy full SHA for 7c98b1c
torchbenchmark/models/pytorch_unet/install.py
@@ -1,4 +1,4 @@
1
from utils.python_utils import pip_install_requirements
2
3
if __name__ == '__main__':
4
- pip_install_requirements()
+ pip_install_requirements(requirements_txt="pytorch_unet/requirements.txt")
0 commit comments