1.1.1
This revision contains:
- bugfixes in
losses.py
: fixed a problem with data types inHKR_loss
and fixed a weighting problem inKR_multiclass_loss
. - changed behavior of
FrobeniusDense
in the multi class setup : now usingFrobeniusDense
with 10 output neurons is now equivalent to stack 10FrobeniuDense
layers with 1 output neuron. The L2normalization is performed on each neuron instead of the full weight matrix