MattVil
MattVil
@FabianHertwig did you find a solution?
@Nauman007 I do. But I observed significant accuracy drop. I took the mobilenetv2 implementation from the online-demo/ folder and made a new training script with the same parameters as the...
look at src/cifar10/data_utils.py and implement your own read_data() function And you have to change some hard coded dimensions in: micro_child.py: - build_valid_rl() - _model() models.py: - _pre_process() mainly
did you solve this issue ? I have the same Error a the end of my search
Maybe try to train it for a little bit longer, it's not shocking to have thoses results after 5 epochs. I'm also trying to generalize this method for other input...