Skip to content
Avatar
😃
Focusing
😃
Focusing

Achievements

Achievements

Organizations

@JuliaLang @SciML @FluxML @torchgan
Block or Report

Block or report avik-pal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Design multi-agent environments and simple reward functions such that social driving behavior emerges

    Python 118 18

  2. Official Implementation of "Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics" (ICML 2021)

    Julia 20 1

  3. Research Framework for easy and efficient training of GANs based on Pytorch

    Python 1.2k 150

  4. Differentiable RayTracing in Julia

    Julia 130 9

  5. Relax! Flux is the ML library that doesn't make you tensor

    Julia 3.3k 479

  6. Universal neural differential equations with O(1) backprop, GPUs, and stiff+non-stiff DE solvers, demonstrating scientific machine learning (SciML) and physics-informed machine learning methods

    Julia 609 112

447 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2021

Created 1 repository

Created a pull request in JuliaDiff/SparseDiffTools.jl that received 3 comments

Use SciMLBase instead of DiffEqBase

+11 −4 3 comments
Opened 1 other pull request in 1 repository
avik-pal/Wandb.jl 1 merged

Created an issue in FluxML/Flux.jl that received 1 comment

Parameter Sharing breaks destructure

MWE: using Flux struct Model{A} a::A b::A end Flux.@functor Model (m::Model)(x) = m.a(x) .+ m.b(x) d = Dense(1, 1) x = rand(Float32, 1, 1) # Sharin…

1 comment
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.