AdamCobb

Results 4 comments of AdamCobb

Hi! You might be able to use the callable custom loss by setting `model_loss = foo(output, y)`. This is written here: https://github.com/AdamCobb/hamiltorch/blob/bfa6ece60e71c0b08fcb03fadeb0f1f1c3e53d10/hamiltorch/samplers.py#L1150 All the best, Adam

Thanks very much! I am in the process of making a few updates to hamiltorch and will try and add these hyperparameters in on the next push! All the best!...

Hi @kakodkar, Thanks for contributing! I will go through the code and check that it all works before deciding whether to merge. One question that I would need a bit...

Hi Christian, Thanks very much for bringing this example to my attention! I will make sure that I look into that soon. I plan on making a few code updates...