VGG16 based model not learning to recognize emotions from videos

前端 未结 0 1907
轮回少年
轮回少年 2021-02-01 20:14

My model looks like this

model = keras.Sequential(
    [
      layers.Conv2D(64, 3, activation=\'relu\', padding=\'same\', input_shape=(96,96,3)),
      layers.Co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题