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

4 years ago
12345678
  1. from .tf_LogReg import tf_logreg
  2. from .tf_CNN import tf_cnn_3_layers
  3. from .tf_LeNet import tf_lenet
  4. from .tf_MLP import tf_mlp
  5. from .tf_RNN import tf_rnn
  6. from .tf_LSTM import tf_lstm
  7. from .tf_ResNet import tf_resnet, tf_resnet18, tf_resnet34
  8. from .tf_VGG import tf_vgg16, tf_vgg19