Aron Jansen
Aron Jansen
Any update on this issue? I would also like to create a radius graph that takes into account periodic boundary conditions. It is possible to do so by several times...
I have implemented what we discussed by removing the `passed` as it was created (unless there's no hyperopt, I left that case as is). Instead I've set passed just based...
> I guess that where it says "epochs": [28] this is just the tid being printed for whatever reason, and it's not actually being run with that setting. Oh I...
Another requirement to reproduce a trial is of course the hyperopt seed. I remember we discussed this at some point, but I guess we haven't gotten to implementing it so...
The approach I mentioned of just reducing the search space to the epochs and having it pick up the rest from the non-hyperopt settings in the runcard works. The scripts...
Yes @Radonirinaunimi, we aren't running anything for the past 2 weeks. I spent some hours on this and PR #2014 today. The issue here I think is around [this line](https://github.com/NNPDF/nnpdf/blob/cc8977c0941d694a0ad8c2f9affc9cf8a98154c5/n3fit/src/n3fit/model_trainer.py#L744)....
The issue with the regression test was fixed by simply rebasing. (And then broke another, but I think it's just a fluke that will be fixed by rerunning). I've updated...
I'm looking into the first point, decoupling the computation of the observables from their masking and loss. Some questions @goord Currently in [`_generate_experimental_layer`](https://github.com/NNPDF/nnpdf/blob/4977524bb8474983679729993bc96306e0899bea/n3fit/src/n3fit/model_gen.py#L72) this happens: 1. observables computed 2. masks...
@goord Why does the experimental output have `rotation=None` while the others have `rotation=obsrot`, around [here](https://github.com/NNPDF/nnpdf/blob/bc64d5506721cff8190c73c14b268256560864f2/n3fit/src/n3fit/model_gen.py#L282)? Is that intentional? It interferes a bit with how I thought the observable computation would...
Hm I don't fully understand, but is it ok to uniformize this? I now calculate all observables without any mask once, so using the same settings, and then mask the...