Update pascal_voc_jaccard_loss.py

This commit is contained in:
Mike Clark
2017-11-04 22:18:19 +08:00
committed by GitHub
parent 3ac7a732bd
commit ed613c8965
+1 -3
View File
@@ -1,7 +1,5 @@
'''
Trains a DenseNet-40-12 model on the CIFAR-10 Dataset.
Gets a 94.84% accuracy score after 100 epochs.
Trains a DenseNet-40-12 model to do segmentation on the Pascal VOC Dataset.
'''
from __future__ import absolute_import
from __future__ import print_function