Closed nicolgo closed 2 years ago
Hi,
EXP_NAME
specifies the temporal directory to save checkpoints and several logs. We omitted the detailed explanation since such a term is similarly (and widely) used in similar project repositories, e.g., INR-GAN. Anyway, I feel sorry if you are confused about this. Regarding the data directory, you can manage it by modifying configs/main.yml
. While we do not explicitly mention the data directory, but we mentioned, "You may change training options via modifying configs/main.yml" in the current README file. Considering the repositories is build a year ago and many people have already succeeded in reproducing the result, I think this is not a serious problem.launch.py
and train.py
. It copies all of the executed code to the experiment directory.Hi sihyun, Thanks for your time and explanation.
Following the README file, I failed to run the project. Here are some suggestions and questions:
data/UCF-101
?launch.py
is just an encapsulation oftrain.py
, since some default settings may not available for everyone, why not provide a set oftrain.py
?