(no title)
GIFtheory | 7 years ago
Although this is somewhat of an extreme example, I'd say most of my tensorflow models take at least several minutes to build a graph. Anything that reduces the possibility of runtime errors would therefore speed up my development cycle dramatically. I'll also note that the OCaml compiler is lightning-fast compared to say, gcc.
Cacti|7 years ago
What are you doing that requires a 10, 30, 45 min graph build?
GIFtheory|7 years ago