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 121 B

4 years ago
1234
  1. from .mlp import mlp
  2. from .resnet import resnet18, resnet34, resnet50
  3. from .vgg import vgg16, vgg19
  4. from .rnn import rnn

分布式深度学习系统

Contributors (1)