luxianlebron
luxianlebron
我每次训练次数达到15次,以后的训练自动都是初始化参数训进行训练,如何修改代码?
**Describe the bug** When I use an onnx model to convert to pb, the following error appears:  **To Reproduce** This is the code I used when converting:  The...
Thank you for your work. gmm = {k: gmm[k].reshape(1, -1).expand(pred.shape[0], -1) for k in gmm} mse_term = F.mse_loss(pred, target, reduction='none') / 2 / noise_var + 0.5 * noise_var.log() sum_var =...