Zhichao Lu
Zhichao Lu
The discrepancy in search time is due to the default hyper-parameters provided is not consistent with those used in the paper. Please use the following setting to run the search...
The integer option in `RandomSampling` is replaced with `IntegerFromFloatSampling ` method in the release version of `pymoo==0.3.1`. I was on the development branch of `pymoo==0.3.1` and I was not aware...
There's an inconsistency between [search dataloader](https://github.com/mikelzc1990/nsganetv2/blob/0e68ac3a4f41def7686b4f4dbc3035628ee2aed4/codebase/data_providers/cifar.py#L186) and [validation dataloader](https://github.com/mikelzc1990/nsganetv2/blob/0e68ac3a4f41def7686b4f4dbc3035628ee2aed4/train_cifar.py#L305), please use the following commend as a quick hack for now. You will also need to comment [this line](https://github.com/mikelzc1990/nsganetv2/blob/0e68ac3a4f41def7686b4f4dbc3035628ee2aed4/train_cifar.py#L133). I'm traveling...