File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,8 @@ def lbfgsb_unbalanced(
219
219
'kl' (Kullback-Leibler) or 'l2' (half-squared) or a tuple
220
220
of two callable functions returning the reg term and its derivative.
221
221
Note that the callable functions should be able to handle Numpy arrays
222
- and not tensors from the backend
222
+ and not tensors from the backend, otherwise functions will be converted to Numpy
223
+ leading to a computational overhead.
223
224
regm_div: string, optional (default = 'kl')
224
225
Divergence to quantify the difference between the marginals.
225
226
Can take three values: 'kl' (Kullback-Leibler) or 'l2' (half-squared) or 'tv' (Total Variation)
@@ -407,7 +408,8 @@ def lbfgsb_unbalanced2(
407
408
'kl' (Kullback-Leibler) or 'l2' (half-squared) or a tuple
408
409
of two callable functions returning the reg term and its derivative.
409
410
Note that the callable functions should be able to handle Numpy arrays
410
- and not tensors from the backend
411
+ and not tensors from the backend, otherwise functions will be converted to Numpy
412
+ leading to a computational overhead.
411
413
regm_div: string, optional (default = 'kl')
412
414
Divergence to quantify the difference between the marginals.
413
415
Can take three values: 'kl' (Kullback-Leibler) or 'l2' (half-squared) or 'tv' (Total Variation)
You can’t perform that action at this time.
0 commit comments