Guillaume Infantes
Guillaume Infantes
We use our own extremelly customized caffe version whis not distributed outside of github, so we will have a look at git submodules as soon as we have some time...
Hi @Maros112358 we do not have such thing natively, for now our plan to deal with such case is to add "virtual" tasks that do not use any resource but...
Using the rcpsp code, this should work directly by adding such jobs in the problem description file. In jssp this is a bit more complicated, as tasks have to use...
Hello @Maros112358 I think the reader/parser will not be able to read files with holes. I would try to also add tasks with a duration of zero (at beginning of...
ok, that is pretty cool. Just keep in mind that we did not test this case, so do not hesitate to double/triple check the results.
Hi @JohnnSnow218 and thank you for using wheatley (at least for trying to use it despite its poor documentation...) The problem I can see is that `--total_timesteps` is set to...
`--path` is the path were the trained net is stored which is in ./saved_network/ as a default (precise name is generated using the options), instance the precise problem you want...
Hi @JohnnSnow218 The last argument `--first_machine_id_is_one` should be present or not , this is the meaning of regexp-like syntax `[]`. If present, it states that in test files the first...
Hi @JohnnSnow218 . I am afraid that you will have to do the gantt chart or whatever formatting of the schedule yourself
Hi. I am not sure to understand. In my example batching is done as a last step, could you explain to me what means "mutating graphs before batching" ? Thanks...