D-X-Y / AutoDL-Projects

Automated deep learning algorithms implemented in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the TORCH_HOME

AlyssaZyt opened this issue · comments

Where shall I set the TORCH_HOME?
I have set the TORCH_HOME in bashrc like this:
export TORCH_HOME="/home/yutong.zhang/dataset/"
but the system warned me "Must set TORCH_HOME envoriment variable for data dir saving"

Can you have a try to "echo $TORCH_HOME" to see whether your bashrc command is activated?
I just put this line in my .bashrc or .zshrc, if your bashrc is loaded then I think it should be fine.

Can you have a try to "echo $TORCH_HOME" to see whether your bashrc command is activated? I just put this line in my .bashrc or .zshrc, if your bashrc is loaded then I think it should be fine.

thanks

Feel free to reopen the issue if you still have this issue.