You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| UpSampling2D | 🟢️️ | 🟢️️ |🟢️️ | 🟢️️ | Practically the same as `Scale(mode="nearest")`. Instead of performing nearest interpolation, this works by repeating n times the elements of each axis `[2, 1] => [2, 2, 1, 1]`|
70
-
| UpSampling3D | 🟢️️ | 🟢️️ |🟢️️ | ️️🔴| Practically the same as `Scale(mode="nearest")`. Instead of performing nearest interpolation, this works by repeating n times the elements of each axis `[2, 1] => [2, 2, 1, 1]`|
70
+
| UpSampling3D | 🟢️️ | 🟢️️ |🟢️️ | ️️🟢️️| Practically the same as `Scale(mode="nearest")`. Instead of performing nearest interpolation, this works by repeating n times the elements of each axis `[2, 1] => [2, 2, 1, 1]`|
71
71
72
72
73
73
## Data transformation/augmentation
@@ -86,7 +86,7 @@ Deterministic transformations
86
86
| Flip | 🟢️️ | 🟢️️ |🟢️️ | ⚫️ | Flip the given image at `axis=n`|
0 commit comments