-
Massachusetts Institute of Technology
- Cambridge, MA
- https://avik-pal.github.io
- @avikpal1410
Highlights
Block or Report
Block or report avik-pal
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
fidler-lab/social-driving Public
Design multi-agent environments and simple reward functions such that social driving behavior emerges
-
RegNeuralDE.jl Public
Official Implementation of "Opening the Blackbox: Accelerating Neural Differential Equations by Regularizing Internal Solver Heuristics" (ICML 2021)
-
torchgan/torchgan Public
Research Framework for easy and efficient training of GANs based on Pytorch
-
-
-
SciML/DiffEqFlux.jl Public
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
447 contributions in the last year
Activity overview
Contribution activity
November 2021
Created 29 commits in 3 repositories
Created 1 repository
Created a pull request in JuliaDiff/SparseDiffTools.jl that received 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…