emorice / gemz

Gene expression model zoo
0 stars 0 forks source link

JIT by default #11

Closed emorice closed 2 years ago

emorice commented 2 years ago

While compiling can be thought of as an optimization, many loss functions would jit just fine by default, or could easily be written to be jitable form the beginning. So we would have faster code and therefore a faster dev cycle if we jit by default and turn off jit selectively for models that present some special difficulty.