Troubleshooting
torch.compile warning on Python 3.13+
If you see a warning that Dynamo/torch.compile is unsupported on Python 3.13+, either:
disable compile in config (
inference.runtime.torch.compile_eikonet=false), orrun under a supported Python version.
Sampler instability at higher LR
If trajectories explode when freezing preconditioner:
ensure adaptation phase is long enough before freeze,
raise
inference.sampler.eps,use gradient clipping (
inference.sampler.grad_clip_norm),lower LR and retune gradually.