EUSIPCO2017 icon indicating copy to clipboard operation
EUSIPCO2017 copied to clipboard

A bug in experiments/models/singlelayer.py

Open peggyxpxu opened this issue 4 years ago • 3 comments

when I run evaluation.py using singlelayer , A bug happened in experiments/models/singlelayer.py of thie line: "x = merge(layers, mode='concat', concat_axis=channel_axis)" the x is 2D now,how can concat it use concat_axis=1 please tell me how to solve it. thank you

peggyxpxu avatar Mar 13 '20 13:03 peggyxpxu

Hello, this code is using some old Keras API (I don't even remember which version it was, sorry). Please, try using keras.layers.Concatenate layer instead.

Best, Olga

Veleslavia avatar Mar 16 '20 08:03 Veleslavia

Hi,The program cannot run due to a version problem with the library,Could you please tell me versions of all libraries.I am looking forward to your reply.

PWB123 avatar Aug 22 '21 03:08 PWB123

当我使用 singlelayer 运行evaluation.py 时,thie line 的 experiments/models/singlelayer.py 中发生了一个错误: “x = merge(layers, mode='concat', concat_axis=channel_axis)” 现在x 是2D,怎么能concat 使用 concat_axis=1 请告诉我如何解决它。 谢谢

Hi,Could you please tell me versions of all libraries.Thank you very much.

PWB123 avatar Aug 22 '21 04:08 PWB123