Skip to content

jit model init

Vicentini Filippo requested to merge pv/jit into master

Created by: PhilipVinc

This should speed-up the initialisation (Creation of variational state) for very large models, because under jit we won't be evaluating the output (instead without jit it is evaluated and then discarded). It will add a tiny slowdown to initialisation for smaller models.

Merge request reports