kfac icon indicating copy to clipboard operation
kfac copied to clipboard

Does K-FAC support only float32 operations?

Open KapllaniLorenc opened this issue 5 years ago • 1 comments

I was working with the RNN example, and tried to implement for some other problem using float64. I got an error for this, and it required float32 representation. Then it worked.

KapllaniLorenc avatar Jun 05 '20 00:06 KapllaniLorenc

Float64 should work. Although maybe a casting to float32 crept in somewhere. What was the error?

james-martens avatar Jun 11 '20 01:06 james-martens