前提・実現したいこと
[,...]の...の意味が把握できれば幸いです。
該当のソースコード
x = transforms.convert_image(x, channels, channel_axis=channel_axis, z_axis=z_axis, do_3D=(do_3D or stitch_threshold>0), normalize=False, invert=False, nchan=self.nchan, omni=omni) if x.ndim < 4: x = x[np.newaxis,...] ##こちらです。
試したこと
pandas ...ってしらべても、参考文献が出てきませんでした。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
Python3 (3.7.4)
Jupyter Lab version 1.1.4
macbookpro 16
回答1件
あなたの回答
tips
プレビュー