EUSIPCO2017
EUSIPCO2017 copied to clipboard
A bug in experiments/models/singlelayer.py
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
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
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.
当我使用 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.