You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 344 B

5 years ago
123456789101112
  1. #! /usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. # """A collections of pre-defined well known models."""
  4. from .core import *
  5. # from .resnet import ResNet50
  6. # from .mobilenetv1 import MobileNetV1
  7. # from .squeezenetv1 import SqueezeNetV1
  8. # from .vgg import *
  9. # from .seq2seq import Seq2seq
  10. # from .seq2seq_with_attention import Seq2seqLuongAttention

TensorLayer3.0 是一款兼容多种深度学习框架为计算后端的深度学习库。计划兼容TensorFlow, Pytorch, MindSpore, Paddle.