torch jit is finicky and probably doesn’t like some aspect of PyroModule
. i suggest you write your model as a simple python function as is done e.g. here
torch jit is finicky and probably doesn’t like some aspect of PyroModule
. i suggest you write your model as a simple python function as is done e.g. here