Skip to content

Commit

Permalink
updated/documented lrp and pytorch pipeline (#110)
Browse files Browse the repository at this point in the history
* update plots

* update conf matrix

* lrp cleanup


Former-commit-id: cf80664
  • Loading branch information
farakiko authored May 6, 2022
1 parent d51439b commit 9226111
Show file tree
Hide file tree
Showing 31 changed files with 2,287 additions and 3,385 deletions.
11 changes: 3 additions & 8 deletions mlpf/lrp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from lrp.args import parse_args
from lrp.plots import make_heatmaps
from lrp.model_io import model_io
from lrp.model_lrp import PFNet7
from lrp.gravnet_lrp import GravNetConv

from lrp.lrp_clf_gpu import lrp_clf
from lrp.lrp_reg_gpu import lrp_reg
from lrp.lrp_mlpf import LRP_MLPF
from lrp.model import MLPF
from lrp.make_rmaps import make_Rmaps
91 changes: 0 additions & 91 deletions mlpf/lrp/args.py

This file was deleted.

125 changes: 0 additions & 125 deletions mlpf/lrp/gravnet_lrp.py

This file was deleted.

Loading

0 comments on commit 9226111

Please sign in to comment.