-
It seems like this should work. All that is needed is:
```jl
Base.big(x::Dual{T}) where {T} = Dual{T}(big(x.value), big(x.partials))
Base.big(p::Partials) = Partials(big.(p.values))
```
(Mention…
-
Hi there,
Really nice package!
I was wondering if one can adjust the flatten/unflatten functions, such that unflatten is also working inside a closure for using Automatic Differentation.
A…
-
```
When there are more than one panel, specially when there are a top-bottom dual
panel configuration, Takeoff fails to size himself. There are no room to paint
the sliders with the numbers of menu…
-
Hello,
I was just curious if there will be any update to this mod? Its great mod, but unfortunately its not set right for working plowed ground.
I can take a tractor that has more than enough powe…
-
```
When there are more than one panel, specially when there are a top-bottom dual
panel configuration, Takeoff fails to size himself. There are no room to paint
the sliders with the numbers of menu…
-
In many method definitions arguments are typed as `Number`. For example, in `src/distrs/chisq.jl`
```julia
# pdf for numbers with generic types
function chisqpdf(k::Real, x::Number)
hk = k / 2 …
-
Great work. I have trained yolov9 using single gpu, 2 gpus, 4 gpus and 8 gpus respectively, but why the time per epoch remains the same? My script follows the readme.md, thanks for reply!
```
pytho…
-
make code blocks better by using dual for content and linenumbering (preprocess triple backtick blocks, like latex etc)
```html
:root {
--line-numbers: 2.2em;
--side-padding: 2em;
…
Pomax updated
4 years ago
-
My code:
```c++
#include
#include
using namespace autodiff;
template
inline auto sqr(T x){
return x * x;
}
// The single-variable function for which derivatives are needed
dual f(d…
-
**Describe the bug**
The "Number Of Repeats" and "Duration Of Program" fields are not allowing to input numbers.
**Scope of the bug**
Type of evaluation> **Dual degree** > **Evaluate PG**
…