Skip to content

Commit

Permalink
warning admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Feb 19, 2022
1 parent ba69ddb commit eae6848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ python -m pytti.workhorse \

### CLI Superpowers

---
WARNING: invoking multi-run from the CLI will likely re-download vgg weights for LPIPS. This will hopefully be patched soon, but until it is, please be aware that:
:::{warning}
Invoking multi-run from the CLI will likely re-download vgg weights for LPIPS. This will hopefully be patched soon, but until it is, please be aware that:
* downloading large files repeatedly may eat up your internet quota if that's how your provider bills you.
* these files may consume disk space. To free up space, delete any vgg.pth files in subdirectories of the "outputs" folders pytti creates in multirun mode.
---
* these are not small files and consume disk space. To free up space, delete any vgg.pth files in subdirectories of the "outputs" folders pytti creates in multirun mode.
:::

A superpower commandline hydra gives us is the ability to specify multiple values for the same key, we just need to add the argument `--multirun`. For example, we can do this:

Expand Down

0 comments on commit eae6848

Please sign in to comment.