Skip to content

Commit

Permalink
add huber_loss to fix ci, test=develop (PaddlePaddle#27766)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjun12 authored Oct 8, 2020
1 parent de60c54 commit 7793fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/nn/functional/loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

from ...fluid.layers import edit_distance #DEFINE_ALIAS
from ...fluid.layers import sampled_softmax_with_cross_entropy #DEFINE_ALIAS
from ...fluid.layers import huber_loss
from ...fluid.layer_helper import LayerHelper
from ...fluid.framework import in_dygraph_mode
from ...fluid.framework import _varbase_creator
Expand Down

0 comments on commit 7793fd2

Please sign in to comment.