####################### Experimental functional ####################### enot.experimental contains functional which is under development or testing. You can use this package's functional, but you may experience errors due to it's development stage. ***************** resolution_search ***************** This package is dedicated to resolution search. You can use it's functional to find an optimal resolution for your pretrained search space during the search stage. .. autoclass:: enot.experimental.resolution_search.fixed_latency_search.ResolutionSearcherWithFixedLatencyIterator :members: .. autoclass:: enot.experimental.resolution_search.resolution_strategy.DefaultResizeStrategy :members: .. autoclass:: enot.experimental.resolution_search.resolution_strategy.ResolutionStrategy :members: :show-inheritance: .. autoclass:: enot.experimental.resolution_search.resolution_strategy.PretrainResolutionStrategy :members: :show-inheritance: .. autoclass:: enot.experimental.resolution_search.resolution_strategy.ConstantResolutionStrategy :members: :show-inheritance: