jax-ml/jax

lax.conv_transpose has different convention than TF, document it and make switching easy?

オープン

#14,337 opened on 2023/02/07

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3,738 件のフォーク)github user discovery
documentationenhancementgood first issue

Repository metrics

Stars
 (36,180 個のスター)
PR merge metrics
 (平均マージ 2d 19h) (30d で 439 merged PRs)

説明

See screenshot:

Though the example uses Haiku, Haiku is just calling through to lax.conv_transpose.

The difference is in reversing the spatial axes of the kernel.

We can do at least two things to make this less surprising and more easily fixable:

  1. document the difference, and
  2. add an argument to lax.conv_transpose to instead use the TF convention.

コントリビューターガイド