Julia-XAI / ExplainableAI.jl

Explainable AI in Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add model canonization

adrhill opened this issue · comments

Add function canonize(model) which merges BatchNorm layers into Dense and Conv layers with linear activation functions.