Пример #1
0
def get_synth_input_fn(dtype):
    return resnet_run_loop.get_synth_input_fn(DEFAULT_IMAGE_SIZE,
                                              DEFAULT_IMAGE_SIZE,
                                              NUM_CHANNELS,
                                              NUM_CLASSES,
                                              dtype=dtype)
Пример #2
0
def get_synth_input_fn(dtype):
    return resnet_run_loop.get_synth_input_fn(HEIGHT,
                                              WIDTH,
                                              NUM_CHANNELS,
                                              NUM_CLASSES,
                                              dtype=dtype)