-
Hi, is the gradient scaling of `MLP` correct w.r.t. `expansion_factor`?
I noticed that in [demo.ipynb](https://github.com/graphcore-research/unit-scaling/blob/50ea961f1c0f2939a4bd7c8b9ada41acf9a583…
-
# Gradient progress report:
- [x] Part 1: Color rework #2171
- [x] Part 1a: Color fixes #2262
- [x] Part 2: Linear gradients #2279
- [x] Part 2a: Sharp gradient fixes #2307
- [x] Part 3: Radial…
-
Hi there,
We have a number of color styles that use multiple properties for gradients. By this I mean, when creating the gradient, we create 2 different properties for the color style. Figma genera…
-
CSS animations should explicitly allow animated `linear-gradient()` and `radial-gradient()` backgrounds.
If all ``s of an animation yield computed background values sharing the same set of properti…
-
# Why
Current CSS blur capabilities apply uniformly across entire elements, which limits the potential for directionally, progressively, and partially blurred effects directly in CSS. Achieving rea…
-
The following minimal test-case produces different rendering with femtovg and Qt:
```60
T := Window {
preferred-width: 640px;
preferred-height: 480px;
Rectangle {
background: @linear…
-
Gradients should have the ability to be reversed, and reversed gradients should also be registered to `matplotlib`.
In addition, it would be nice to cut a gradient off at ~80%, for example, and ret…
-
```
color: {
linearGradient: { x1: 0, x2: 0, y1: 0, y2: 1 },
stops: [
[0, 'red'],
[1, 'orange']
]
}
```
Current Result:
![Screen Shot 2020-04-20 a…
-
The crash occurs when I implement css3pie via php wrapper onto body to create a linear gradient without defining -pie-background.
EDIT: I tried to replicate by calling it on something without any css…
-
@ellie-sleightholm
Based on this notebook:
https://github.com/marqo-ai/fine-tuning-embedding-models-course/blob/main/10_fine_tuning_CLIP_models.ipynb
I went through the code, It's a nice write-…