Open rzu512 opened 5 years ago
When I try to scale up my model, I find that tf.scan uses too much memory. Probably I have to use eager execution.
tf.scan
How well does HMC and SGMCMC work with eager execution and tensorflow 2.0?
HMC
SGMCMC
That's in our plan but need quite amount of work to switch to the new-style of variable keeping mechanism.
Welcome for contribution!
When I try to scale up my model, I find that
tf.scan
uses too much memory. Probably I have to use eager execution.How well does
HMC
andSGMCMC
work with eager execution and tensorflow 2.0?