input_shape = tuple([i for i in input_shape if i is not None])
我是新來的python,不明白那裏發生了什麼。 正如我所看到的,它可能是C
的int a = 5 > 2 ? val1 : val2;
的一些模擬,但我無法弄清楚。以下列表理解的解釋是什麼?
我試圖將它分成小部分來理解,但它對我來說仍然沒有意義。 像這樣:
i // this is already wrong for being single
for i in input_shape //that's correct for cicle
if i is not None //ugh... so, and what if?
未通過測試的項目(在此處爲「無」)將被循環跳過。 – spectras
我不是無添加項目。 – Backtrack