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

4 years ago
123456789
  1. from .VGG import vgg, vgg16, vgg19
  2. from .LogReg import logreg
  3. from .CNN import cnn_3_layers
  4. from .AlexNet import alexnet
  5. from .LeNet import lenet
  6. from .MLP import mlp
  7. from .RNN import rnn
  8. from .LSTM import lstm
  9. from .ResNet import resnet, resnet18, resnet34

分布式深度学习系统

Contributors (1)