rename voc_seg to voc2012

cblas_new
wanghaoshuang 8 years ago
parent 4a5c3714ea
commit 302c4f11d1

@ -30,5 +30,5 @@ import voc_seg
__all__ = [
'mnist', 'imikolov', 'imdb', 'cifar', 'movielens', 'conll05', 'sentiment'
'uci_housing', 'wmt14', 'mq2007', 'flowers', 'voc_seg'
'uci_housing', 'wmt14', 'mq2007', 'flowers', 'voc2012'
]

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import paddle.v2.dataset.voc_seg
import paddle.v2.dataset.voc2012
import unittest
Loading…
Cancel
Save