You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ pip install -e ".[all, vision]"
67
67
68
68
!!! warning
69
69
70
-
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `lab` CLI for each new variation that is installed.
70
+
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `studio` CLI for each new variation that is installed.
71
71
72
72
## Refactoring the Template
73
73
@@ -82,7 +82,7 @@ Studio Lab is a great template for deep learning projects. Using the template wi
82
82
- replace the occurences in `mkdocs.yml` with your GitHub username.
83
83
- replace the occurences in `authors.yml` with your choice of author name for your docs and blog.
84
84
85
-
## Tools and Concepts
85
+
<!--## Tools and Concepts
86
86
87
87
- Hyperparameter Sweeps and experiment management with [Weights and Biases](https://wandb.ai/site)
88
88
- Command Line Interfaces with [Typer](https://typer.tiangolo.com)
@@ -96,4 +96,4 @@ Studio Lab is a great template for deep learning projects. Using the template wi
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ pip install -e ".[all, vision]"
68
68
69
69
!!! warning
70
70
71
-
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `lab` CLI for each new variation that is installed.
71
+
Do not install multiple variations of Studio Lab into a single virtual environment. As this will override the `studio` CLI for each new variation that is installed.
0 commit comments