Skip to content

Commit

Permalink
Merge pull request #8 from BrandoZhang/patch-1
Browse files Browse the repository at this point in the history
Fix: upfirdn2d_plugin compilation issue.
  • Loading branch information
universome authored May 30, 2021
2 parents 9699eba + 246e2f2 commit 4607b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
python_bin: "python" # Path to the python bin
base_project_dir: ${hydra:runtime.cwd}
before_train_commands: []
torch_extensions_dir: "/tmp/torch_extensions"
torch_extensions_dir: "~/.cache/torch_extensions"
data_dir: "data"
objects_to_copy:
- ${env.base_project_dir}/configs
Expand Down

0 comments on commit 4607b11

Please sign in to comment.