PyCDA icon indicating copy to clipboard operation
PyCDA copied to clipboard

What's the "spatial ratio"?

Open Bonsen opened this issue 5 years ago • 3 comments

I can't find it in yr paper. And what's the "weighted_softmax" in train_pycda.py?

Bonsen avatar Feb 25 '20 03:02 Bonsen

Hi Bonsen, "spatial ratio" is the spatial frequency distribution used in CBST. "Weighted_softmax" is the frequency distribution over a global image. It's referred to the curriculum loss in the paper.

lianqing11 avatar Mar 17 '20 08:03 lianqing11

Hi,

Am i right to assume that this spatial ratio/spatial priors is what is named "local_array.npy" in your project ?

And why do you remove poly learning rate when you use spatial ratio ?

Xcrid avatar Mar 24 '20 14:03 Xcrid

Hi Xcrid,

Yes, it is in "local_array.npy"

In the spatial priors, I have decreased the initial learning rate by 0.1 due to the the batch size issue, so I remove it during training.

lianqing11 avatar Mar 29 '20 14:03 lianqing11