-
We need to convert keras.io examples to work with Keras 3.
This involves two stages:
## Stage 1: tf.keras backwards compatibility check
Keras 3 is intended as a drop-in replacement for tf.ker…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
This is a big can of worms, but we should have a better answer for "how do I effect a change in a building using metadata I find in Brick" - either by extending Brick or finding additional standards t…
-
Working and v1.0.0 I noticed that the schema for `sample` `value` `minimum` and `maximum` properties only has a description with no type or other specification.
https://github.com/Infectious-Disea…
-
We have been discussing the question of extra information in TRAPI, which comes up in several contexts including creative mode and merging of results across ARAs. Over the course of several weeks, w…
-
### Feature Spec
This is a proposal to change all built-in types to use lowercase instead of PascalCase, so they all have a similar look and feel, and are also distinguishable from user-defined typ…
eladb updated
5 months ago
-
Cat and Dog have an Animal base model but we generate `type AnimalUnion = Animal | Cat | Dog` instead of `type Animal = Cat | Dog`
In these cases the base model (e.g. Animal) contains common proper…
-
| --- | --- |
| Bugzilla Link | [163808](https://bugs.eclipse.org/bugs/show_bug.cgi?id=163808) |
| Status | CLOSED FIXED |
| Importance | P1 enhancement |
| Reported | Nov 08, 2006 09:26 EDT |
| …
-
there was a problem when I tried to start processing of the Nii image or dicom image
Runlist: ['C:/Users/V/Desktop/imagesTr/004_0000.nii.gz'].
1 volumes detected.
Will save outputs in C:/U…
-
The JIT seems to include a bunch of unnecessary ceremony when using the pattern `Span = stackalloc T[const];` and assigning _out_ parameters from functions to those elements. The codegen is especially…