module documentation

Undocumented

Class SaddlerEtAl2020 Undocumented
Function get_model The best performing architecture in the paper Also acts as an example on how to define the hyper-params in a json-ish style
Variable device Undocumented
def get_model(output_classes=700, arch='0191', input_shape=None): (source)

The best performing architecture in the paper Also acts as an example on how to define the hyper-params in a json-ish style

Undocumented