CLR icon indicating copy to clipboard operation
CLR copied to clipboard

CLR callback for R's keras

Open LouisAsh opened this issue 4 years ago • 1 comments
trafficstars

After using CLR for a bit in models written in Python, I must say CLR makes a huge difference in my work.

Now that R is well served by the keras package, I wonder if you could also write a CLR callback for the R Keras (see its API here)? That would help wonders people who for one reason or another have some models already prepared in R.

Thanks!

LouisAsh avatar Apr 29 '21 06:04 LouisAsh

I implemented such a callback in https://github.com/lorenzwalthert/KerasMisc and there is an issue for linking the R implementation in the README (#10).

lorenzwalthert avatar May 03 '21 07:05 lorenzwalthert