facebookresearch / DomainBed

DomainBed is a suite to test domain generalization algorithms
MIT License
1.42k stars 298 forks source link

Quality of life upgrade for cluster usage #56

Closed jc-audet closed 3 years ago

jc-audet commented 3 years ago

Not sure if this might be something the repo is in search of, but this is something I made that is proving useful for computation on computational clusters using the SLURM workload manager. Thought I'd share so that others doesn't have to go through the work.

Also, I removed the data_dir argument out of the sweep hash making process, as it is not indicative of the jobs ran, and that the data directory often change when using clusters. I can leave it in if you wish.

lopezpaz commented 3 years ago

I believe the interest is to leave the repo as cluster-agnostic as possible. If more people would like this to be merged, let me know and I will reopen.