Dipti Sengupta
Dipti Sengupta
Hi @deanp70 , Thanks for your patience. I've done as asked: - In the root of the project, add the type of ML task this project tries to solve -...
Hello, I am also facing the same issue when trying to run a distributed version. ## Workflow Login to node, start env, add variables: export NCCL_DEBUG=INFO export CUDA_LAUNCH_BLOCKING=1 Run script....
code implementation based on the Minimal Example from SMAC documentation: ``` from ConfigSpace import Configuration, ConfigurationSpace from ConfigSpace import ConfigurationSpace, Integer, Float, Categorical, Normal import uuid import numpy as np...