Skip to content
Prev 15431 / 21307 Next

[Bioc-devel] Build error due to TensorFlow installation

Hi Herve,
The code is fine, but still an impractical complexity that doesn't need 
to exist:

1) It's hard to extend and read for others.

2) It needs a custom configure.ac.

3) Extending the package to other models/families is a huge pain, as one 
needs to derive custom coordinate descents (or other optimizers for that 
matter) for each.

On the other side:

1) TF allowed me to replace like 5000 lines of source code with 100 
lines of R.

2) TF allows to easily extend with other models with just a few lines.

3) I don't need a huge test suite.

4) On GPUs it's a huge speedup.

So, for now I'll revert the changes back on Bioc devel and continue 
development on another branch.

Cheers,

S


Am 04.09.19 um 16:53 schrieb Pages, Herve: