From 3ed8c9499dc162ec18d3804a4a9233fe23b09523 Mon Sep 17 00:00:00 2001 From: Maxim Berman Date: Mon, 19 Nov 2018 13:28:30 +0100 Subject: [PATCH] Mention TF master for cumsum; closes issue #6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6523607..efb5772 100644 --- a/README.md +++ b/README.md @@ -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 ```