-
**System information**
- Have I specified the code to reproduce the issue (Yes, No): Yes
- Environment in which the code is executed: Linux, venv Jupyter Notebook
- TensorFlow version: 2.15.1
…
-
**Is your feature request related to a problem? Please describe.**
For segmentation models, Radiologist are interested in finding the size of the tumors. The transform should calculate the number of …
-
### Description
It would be a significant enhancement if we could establish transform jobs (pivots) where the destination index is a Time Series Data Stream ([TSDS](https://www.elastic.co/guide/en/el…
-
### Component(s)
processor/transform
### Is your feature request related to a problem? Please describe.
When working with complex data and/or a complex sequence of statements, it can be difficult t…
-
This feature involves the transform tool snapping to the 0, 90 and 180 degrees.
Just like the canvas view rotation.
And perhaps snapping to 100%, 150% and 200% size.
And to the x=0 & y=0 position (…
-
Dear Daniel,
I am trying to transform a star file (from a single particle project, Relion 5.0) to superpose subparticles based on Chimera transformation matrix. I used both star.py and subparticle…
-
Repro:
```mlir
// RUN: mlir-opt %s --transform-interpreter --allow-unregistered-dialect
module @named attributes { transform.with_named_sequence } {
transform.named_sequence @__transform_main(…
kuhar updated
12 hours ago
-
Let's audit:
* Missing block transforms.
* Existing transforms that don't make sense or behave strangely.
## Existing
* Multiple => Headings does not make sense?
* Multiple => Columns: does…
-
I tried this code:
```rust
unsafe fn src(x: &&u8) -> bool {
let y = **x;
unknown();
**x == y
}
static mut SUSSY: *mut u8 = core::ptr::null_mut();
#[inline(never)]
unsafe fn unknown() …
-
### Feature request
As identified in PR #2191, the current test units do not cover the _process_ of fitting a model. In other words, is not testing the implementation of `fit_transform()`. Conseque…