Skip to content

Commit

Permalink
Mention TF master for cumsum; closes issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
bermanmaxim authored Nov 19, 2018
1 parent 4b0e391 commit 3ed8c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ The loss can be optimized on its own, but the optimal optimization hyperparamete

See for example how the work [*Land Cover Classification From Satellite Imagery With U-Net and Lovasz-Softmax Loss* by Alexander Rakhlin et al.](http://openaccess.thecvf.com/content_cvpr_2018_workshops/w4/html/Rakhlin_Land_Cover_Classification_CVPR_2018_paper.html) used our loss in the [CVPR 18 DeepGlobe challenge](http://deepglobe.org/).

* Inference in Tensorflow is very slow...

Compiling from Tensorflow master (or using a future distribution that includes commit [tensorflow/tensorflow@73e3215](https://github.com/tensorflow/tensorflow/commit/73e3215c3a2edadbf9111cca44ab3d5ca146c327) should solve this problem; see [issue #6](https://github.com/bermanmaxim/LovaszSoftmax/issues/6).

## Citation
Please cite
```
Expand Down

0 comments on commit 3ed8c94

Please sign in to comment.