Skip to content

Commit

Permalink
feat: inference example notice
Browse files Browse the repository at this point in the history
  • Loading branch information
universome committed Apr 14, 2021
1 parent bb818e1 commit 6c2fb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ This training command will create an experiment inside `experiments/` directory
This is needed to isolate the code which produces the model.


### Inference
The inference example can be found in [notebooks/generate.ipynb](notebooks/generate.ipynb)

### Data format
We use the same data format as the original [StyleGAN2-ADA](https://github.com/NVlabs/stylegan2-ada-pytorch) repo: it is a zip of images.
It is assumed that all data is located in a single directory, specified in `configs/main.yml`.
Expand Down
1 change: 0 additions & 1 deletion configs/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ print_only: false

project_release_dir:
_target_: infra.utils.get_experiment_path
# master_dir: /ibex/scratch/skoroki/sgf/experiments
master_dir: ${env.base_project_dir}/experiments
experiment_name: ${experiment_name}

Expand Down

0 comments on commit 6c2fb94

Please sign in to comment.