NormanTUD / OmniOpt

GNU General Public License v3.0
0 stars 1 forks source link

The following settings can be set but arent #32

Open github-actions[bot] opened 3 days ago

github-actions[bot] commented 3 days ago

'nodes': \<class 'int'>, 'gpus_per_node': \<class 'int'>, 'tasks_per_node': \<class 'int'>

https://github.com/NormanTUD/OmniOpt/blob/6f47032e29bf7fe4dfb34b79a6c506f48639bb3b/ax/.omniopt.py#L4606-L4607


    else:
        executor = submitit.AutoExecutor(folder=log_folder)

    # TODO: The following settings can be set but arent:
    # 'nodes': <class 'int'>, 'gpus_per_node': <class 'int'>, 'tasks_per_node': <class 'int'>

    executor.update_parameters(