im-ethz / pub-gdu4dg

Gated Domain Units (GDU) aim to make your deep learning models robust against distribution shifts when applied in the real-world.
MIT License
7 stars 0 forks source link

digits5 classification experiment #6

Open evavanweenen opened 2 years ago

evavanweenen commented 2 years ago

Heyhey,

I was looking over the code of this script for the pytorch implementation together with @andras-s . I noticed that there is something weird in line 491 (for i in [4]). I am not entirely sure what is the intention of this line, but there is not much of a loop here. This i is used as the run parameter, and determines in which folder the results will be written (line 263). I hope it did not affect your experiments?

image