Open TNick opened 9 years ago
What I need to find out is: is the sample output also int32? Or it is a float32? I mean - is it safe to filter out GPU_mrg_uniform completly or we should filter out only the state (both as input and output)? From what I understand from GPU_mrg_uniform they are all int32s.
Pull request #1466 fixes this
The sample output is a float32 or float64, so it should not be ignored.
This resulted from the discussion on pylearn-users mailing list.
Long story short NanGuardMode detects Nans with every invocation of GPU_mrg_uniform.
@lamblin provided following insight: