multiml.agent.pytorch.pytorch_connection_random_search module
- class multiml.agent.pytorch.pytorch_connection_random_search.PytorchConnectionRandomSearchAgent(freeze_model_weights=False, do_pretraining=True, connectiontask_name=None, connectiontask_args={}, **kwargs)
Bases:
ConnectionRandomSearchAgentPytorch implementation for ConnectionRandomSearchAgent.
- class ModelConnectionTask(subtasks, loss_weights=None, variable_mapping=None, **kwargs)
Bases:
ModelConnectionTask,PytorchBaseTaskPytorch implementation of ModelConnectionTask.
- build_model()
Build model.