-
what are the exact environmental packages? you mentioned 2 different settings and both show error messages!! related to pytorch lightning, amp,.... CAN anyone assist me?
-
Hi Justin!
Great to see the work you are doing on Ufront!
I'm about to start replacing my first Ufront attempt (about 1,5 years ago - http://mannskor2014.scorxplayer.com - ufront on backend, AngularJ…
-
Trying to run `from mklaren.regression.ridge import RidgeLowRank` on python3.8 and getting `ImportError: cannot import name 'Align' from 'align' ` error.
I believe updates are needed to comply wit…
-
# Garbage Collection
> Use this thread to discuss how GC works, suggestions and improvements.
Here is the pocketlang's `Object` type ([see](https://github.com/ThakeeNathees/pocketlang/blob/2b92758…
-
```julia
using DiffEqOperators, OrdinaryDiffEq, Plots
ω = 1; k = 1; c = (ω/k)^2
number_of_spatial_cells = 100
dx = 1/(number_of_spatial_cells+1)
ord_spacial_deriv = 2
u_0 = 0.2.*sin.(range(0, …
-
Hello maintainers,
I am trying to get certain matvecs via QBX. In particular, I need to evaluate the adjoint double layer potential and the hyper singular operator of a given kernel. I already se…
-
Hi @tjdiamandis and @lukevolpatti!
I'm updating the documentation page about preconditioners today in Krylov.jl, and I would like to add one or two examples with RandomizedPreconditioners.jl.
Do y…
-
The following generates duplicate goto labels:
```
julia> struct Foo x; y end
julia> foo(x) = x == 9
foo (generic function with 1 method)
julia> @match Foo(1,2) begin
Foo(_, _…
-
Despite [tree-shaking][1] being a prevalent feature/reason to use the language:
> Dead code elimination in dynamic languages is a much harder problem than in static languages. The idea of a "treesh…
-
For models with only Decoder-stacks, how to apply causal mask?