vsantjr

Results 11 comments of vsantjr

Hello, 1.) Regarding this point, what is the meaning of the notation of the weight vectors files? For instance: weight_02D_152 -> That is: 2 objectives and we have 152 vectors....

Ok, Thanks. I will try some of these ideas and get back if I have additional doubts.

Regarding this point, I compared NSGAIIMeasures x DMOPSOMeasures. In NSGAII, we have this code related to hypervolume (initMeasures): measureManager.setPushMeasure("hypervolume", hypervolumeValue); But in DMPOSO we have both pull and push (initMeasures):...

Hello, I take this issue to ask how jMetal precisely builds the reference Pareto Front (ref PF) when it is not known. In the experiment/ZDTStudy2, what I understood is that...

Sorry. The experiment is indeed experiment/NSGAIIStudy2. Thanks.

Ok. Thank you.

Hello, I am using Google Colab. I just ran !pip install pytorch_memlab in the notebook. The PyTorch version is the one of Colab. The GPU I guess that is K80...

Hello, Thank you for your response. I can do that and resize to 224 x 224. But how I can proceed precisely? I do not have MOS labels and only...

Thank you @ebennequin. I will try. Regarding this point: "Add it to the outputs of your dataset's ```__get_item__()``` method;" In fact, I should change the ```__get_item__()``` method in the EasySet...