mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 09:51:17 +08:00
![]() * added mse_loss, nll_loss and kl_div_loss * fixed axis not defined error in nll_loss * fixed axis not defined in kl_div_loss * added tests for mse, nll and kl_div * modified docstrings and added reduce helper func * updated docstring in kl_div_loss and moved helper func * added new kl divergence implementation * added reduction to test * updated docstring of kl_div_loss with correct spelling * added losses to nn.rst in docs |
||
---|---|---|
.. | ||
mlx_tests.py | ||
test_array.py | ||
test_autograd.py | ||
test_bf16.py | ||
test_blas.py | ||
test_conv.py | ||
test_device.py | ||
test_eval.py | ||
test_fft.py | ||
test_load.py | ||
test_nn.py | ||
test_ops.py | ||
test_optimizers.py | ||
test_random.py | ||
test_reduce.py | ||
test_tree.py | ||
test_vmap.py |