From 11e50291a806ff3cd16fb65871065a4c9c7eb67e Mon Sep 17 00:00:00 2001 From: Gopal Ramesh Dahale <49199003+Gopal-Dahale@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:23:15 +0530 Subject: [PATCH] fix tab Co-authored-by: GenericP3rson <41024739+GenericP3rson@users.noreply.github.com> --- torchquantum/algorithm/qcbm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchquantum/algorithm/qcbm.py b/torchquantum/algorithm/qcbm.py index 12a63dfb..fdd5a416 100644 --- a/torchquantum/algorithm/qcbm.py +++ b/torchquantum/algorithm/qcbm.py @@ -47,7 +47,7 @@ def forward(self, px, py): Squared MMD loss. Args: px: First probability distribution - py: Second probability distribution + py: Second probability distribution Returns: Squared MMD loss.