Closed jqhoogland closed 1 month ago
One of the examples may currently leave out the temperature, thus default to a value and confuse users
I think this fallback behavior is well-documented in both https://timaeus-research.github.io/devinterp/devinterp.optim.html#module-devinterp.optim.sgld and https://timaeus-research.github.io/devinterp/devinterp.slt.html#module-devinterp.slt.llc, so I think a warning is overkill. I can add in a print statement, though.
You need to pass a temperature in both the callbacks and the optim_kwargs. We should give a warning if the user only provides one or the other.