Max Cohen

Results 21 comments of Max Cohen

Hi, I don't have enough information to help you. What are the precise steps you took, the precise import command that failed, are you using a virtual environment, which Python...

Hi, as you can see your input vector has shape `(8, 18, 691)` from what was printed before the error, whereas you would like to have an input with shape...

> my input and output after reading the csv files look like the following : > ``` > d_input : 37 > d_output : 8 > ``` This seems good...

Hi, there may be inconsistance between this repo and the competition's dataset, as the latter hasn't been maintained since 2021 while this project kept being updated. The preprocessing function remains...

Reopened in https://github.com/binwiederhier/ntfy/issues/1116

Changing the device to move the pipeline to should be straightforward, however I can't see how to adapt the second part, as `accelerate` expect us to explicitly list the prompts:...

Hi, The calibration and optimization approaches are out of the scope of this repo, and unfortunately cannot be released publicly. However, they are direct applications of the CMA-ES (from the...

Hi @fremk , The CMA-ES algorithm is designed for continuous variables. Although there have been attempts to adapt it to discrete variables, most of them where either unclear or ineffective....

Hi @v18nguye , and thanks for taking an interest in our work. I'm guessing you are referring to the following lines in the training script: https://github.com/maxjcohen/diffusion-bridges/blob/4f722f6a982504149a1ae4008ce62ee621300637/scripts/ho/cifar.py#L77-L81 In this experiment, we...

Hi, If I understand correctly, you used a metamodel to run the calibration step which yielded some physical parameters for the building $\theta_{\texttt{calibration}}$. With these parameters, the metamodel fits the...