Ștefan Istrate

Results 7 comments of Ștefan Istrate

In my case, I control the various layers I want to concatenate via flags to the python script. Although in general I concatenate more than one layer, the baseline is...

I know there's no need to concatenate 1 layer but, as I was saying, in case I still do, `Concatenate()` should be a no-op. Same for `concatenate()`. My point is...

And coming back to the bug I reported: I can do the above at training time, but loading back the model produces the crash.

In my case, I control the various layers I want to concatenate via flags to the python script. Although in general I concatenate more than one layer, the baseline is...

I know there's no need to concatenate 1 layer but, as I was saying, in case I still do, `Concatenate()` should be a no-op. Same for `concatenate()`. My point is...

And coming back to the bug I reported: I can do the above at training time, but loading back the model produces the crash.

I have the same issue with: ```bash $ pylint --version pylint 2.9.5 astroid 2.6.5 Python 3.9.6 (default, Jun 29 2021, [Clang 12.0.5 (clang-1205.0.22.9)] ```