gggmt
gggmt
I've tried tensorflow==1.12.0 (cpu version). It's ok.
hello, I also find a lot of mislabelling problems.
Hello, Have you evaluated the gender on wiki datasets ? I was very confused because I didn't get good results.
@yu4u , Hello, EfficientNetB3 ' s input size is 300 * 300, but the age and gender estimate model is 224 * 224. How can we get the EfficientNetB3 pretrained...
But another error will occur. ``` ValueError: You are trying to load a weight file containing 211 layers into a model with 210 layers. ```
My enviroment: ``` cuda9.0 tensorflow == v1.12.0 keras == 2.2.4 ``` I add [EfficientNet](https://github.com/Yangget/garbage_classify/blob/master/efficientnet/model.py) to keras.applications. I run demo.py and get the error. ``` ValueError: You are trying to load...
Sorry, My cuda version doesn‘t support it. It's not easy for me to change the servers' env.
cuda10.1 tensorflow-v2.3.0 is ok.
Hi, how you use mutil gpu ?