()
| 50 | |
| 51 | |
| 52 | def conv_model_generators(): |
| 53 | return { |
| 54 | 'AlexNet': cb.AlexNet, |
| 55 | 'OverFeat': cb.OverFeat, |
| 56 | 'VGGA': cb.VGGA, |
| 57 | 'Inception': cb.Inception, |
| 58 | 'MLP': cb.MLP, |
| 59 | 'Resnet50': gen_test_resnet50, |
| 60 | } |
| 61 | |
| 62 | |
| 63 | def executor_test_model_names(): |
no outgoing calls
no test coverage detected
searching dependent graphs…