############################ Search space auto generation ############################ enot.autogeneration package contains functional for automatic search space generation from user pre-trained models. Currently, auto generation supports `MobileNet-like `_, `ResNet-like `_ `YoloV5 `_ and `EfficientNet-like `_ blocks. If your model consists of basic building blocks from these models - then you can also use this module to automate your search space construction. Trained weights from the user model are used to initialize weights of generated search space. ************************** search_variants_from_model ************************** .. autofunction:: enot.autogeneration.generate_pruned_search_variants_model