Closed pawopawo closed 4 years ago
Hi @pawopawo !
What did you mean by "sample the val set from the cityscapes train set"?
We only leveraged the training set for the search, without using the validation set. We followed the same setting in DARTS.
darts sample the val set from the train set.
DARTS split the training set half and half for optimizing w and alpha: https://github.com/quark0/darts/blob/master/cnn/train_search.py#L91
Same as what we did: https://github.com/TAMU-VITA/FasterSeg/blob/master/search/train_search.py#L108
Why did you search directly in the train set and did not sample the val set from the cityscapes train set? Will the searched arch not overfit in the cityscapes val set?