FluxJS.jl icon indicating copy to clipboard operation
FluxJS.jl copied to clipboard

I heard you like compile times

Results 5 FluxJS.jl issues
Sort by recently updated
recently updated
newest added

You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...

Would people be open to splitting the js portion into a new repository, converting it to ES6 and adding it to npm? This would simplify the process of using it...

I tried to run this basic code for a cppn ```julia using Flux using Images using FluxJS function transform(z) x_dim = 256 y_dim = 256 n_points = x_dim*y_dim scale =...

`FluxJS.compile()` doesn't seem to work when Convolution layers are involved: ``` >>> using Flux >>> using FluxJS >>> m = Chain( Conv((2,2), 1=>16, relu), x -> maxpool(x, (2,2)), Conv((2,2), 16=>8,...

@MikeInnes Given that this is currently WIP, I'd like to start contributing by working on writing the tests and docs for now. However, I think it would be better if...