-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: porting roi aling to keras 3 * chore: fixing the scope, using ones in place of constant * chore: porting roi generation to keras 3 with test note: the nms bit reproduces -1 instead of 0 * chore: port roi pooling * chore: fix pool and port sampler * chore: port label encoder * chore: swap get_shape with ops.shape * lint error * chore: porting sampling to keras 3 * lint fix * chore: using random from backend * chore: disabling flaky test * chore: disable roi sampler test * chore: ignore lint * chore: skipping test the right way * chore: using ops shape * chore: tests pass for all backends removed vectorized map as it was not working for jax and torch used ops convert_to_numpy in tests to make np operations work on torch tensor * chore: explicit type cast to int32
- Loading branch information
Showing
11 changed files
with
584 additions
and
583 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.