-
I noticed earlier today that Haiku has SpectralNormalization -- very cool!
I'm interested in implementing an improved version, which does a much better job estimating the norm for convolutional lay…
-
We have an implementation of what seems to be the most popular dichromat simulation, but I've come to think that it's a pretty bad simulation. Basically, it increases the distance between some colors,…
-
Related to #5054, #14213, #15838, #16576.
### Background
We have been discussing to what extent user-defined implicit conversions are important for the language to support. We already have the a…
-
Consider the following SOCP (per @wkschwartz)
```
import cvxpy as cv
u = cv.Variable(2)
constr = [u[1] - u[0] = 0]
prob1 = cv.Problem(cv.Minimize(cv.norm(u)), constr)
```
Clearly, we could equ…
-
[SampleTailExtender.zip](https://github.com/RobinSchmidt/RS-MET/files/2386182/SampleTailExtender.zip)
Explore the code base, you'll easily find the harmonic analysis and extraction stuff. We need y…
-
Currently, View is a module that's functorized over an ndarray. This implementation is relatively cumbersome, because of the following points:
1. Many of the functions over ndarray should apply to …
-
I've successfully run the Marti dynamo test, and everything appears to be working great. However, the actual problem I want to solve (still a dynamo on a ball) will have slightly different equations. …
-
Seems like we are in a spiral towards the perfect wallet. Sometimes it feels we are running in circles and sometimes we are getting closer to :p
So, the intent of this post is to propose the minimu…
-
**Describe the bug**
DepthMapFilter node fails when adding a node (even if the node is empty) between CameraInit node and FeatureExtraction node.
**To Reproduce**
Steps to reproduce the behavior:…
-
### Checklist
- [x] The issue has not been resolved by following the [troubleshooting guide](https://github.com/lllyasviel/Fooocus/blob/main/troubleshoot.md)
- [x] The issue exists on a clean inst…