Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Merge requests
!12
Adds grad-cam support on classifiers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adds grad-cam support on classifiers
add-datamodule-gradcam
into
main
Overview
17
Commits
58
Pipelines
35
Changes
52
Merged
André Anjos
requested to merge
add-datamodule-gradcam
into
main
1 year ago
Overview
13
Commits
58
Pipelines
35
Changes
52
Expand
0
0
Merge request reports
Compare
main
version 34
8e5b1d7c
1 year ago
version 33
6a1b4d66
1 year ago
version 32
93dcff27
1 year ago
version 31
f0026182
1 year ago
version 30
f0026182
1 year ago
version 29
f0026182
1 year ago
version 28
f9d915f6
1 year ago
version 27
efb38bad
1 year ago
version 26
504b4749
1 year ago
version 25
d07d3970
1 year ago
version 24
f7c77a2d
1 year ago
version 23
299ba9ad
1 year ago
version 22
c0114591
1 year ago
version 21
582831ac
1 year ago
version 20
1b27a248
1 year ago
version 19
3665101d
1 year ago
version 18
3c8ad08c
1 year ago
version 17
edf9ca49
1 year ago
version 16
751ccbe0
1 year ago
version 15
84e5b5a8
1 year ago
version 14
9944dde7
1 year ago
version 13
d7a3c159
1 year ago
version 12
e3a8575b
1 year ago
version 11
3920e964
1 year ago
version 10
763aa6f9
1 year ago
version 9
f2c96f6c
1 year ago
version 8
96f7a00d
1 year ago
version 7
9e5b881e
1 year ago
version 6
f46aad74
1 year ago
version 5
19e6e492
1 year ago
version 4
4f0a387f
1 year ago
version 3
35765013
1 year ago
version 2
f328246e
1 year ago
version 1
c96f2af4
1 year ago
main (base)
and
latest version
latest version
2bf5c3bc
58 commits,
1 year ago
version 34
8e5b1d7c
57 commits,
1 year ago
version 33
6a1b4d66
55 commits,
1 year ago
version 32
93dcff27
56 commits,
1 year ago
version 31
f0026182
53 commits,
1 year ago
version 30
f0026182
53 commits,
1 year ago
version 29
f0026182
53 commits,
1 year ago
version 28
f9d915f6
50 commits,
1 year ago
version 27
efb38bad
49 commits,
1 year ago
version 26
504b4749
39 commits,
1 year ago
version 25
d07d3970
37 commits,
1 year ago
version 24
f7c77a2d
36 commits,
1 year ago
version 23
299ba9ad
35 commits,
1 year ago
version 22
c0114591
34 commits,
1 year ago
version 21
582831ac
33 commits,
1 year ago
version 20
1b27a248
32 commits,
1 year ago
version 19
3665101d
31 commits,
1 year ago
version 18
3c8ad08c
29 commits,
1 year ago
version 17
edf9ca49
27 commits,
1 year ago
version 16
751ccbe0
26 commits,
1 year ago
version 15
84e5b5a8
25 commits,
1 year ago
version 14
9944dde7
24 commits,
1 year ago
version 13
d7a3c159
19 commits,
1 year ago
version 12
e3a8575b
18 commits,
1 year ago
version 11
3920e964
17 commits,
1 year ago
version 10
763aa6f9
17 commits,
1 year ago
version 9
f2c96f6c
15 commits,
1 year ago
version 8
96f7a00d
14 commits,
1 year ago
version 7
9e5b881e
13 commits,
1 year ago
version 6
f46aad74
12 commits,
1 year ago
version 5
19e6e492
11 commits,
1 year ago
version 4
4f0a387f
10 commits,
1 year ago
version 3
35765013
9 commits,
1 year ago
version 2
f328246e
8 commits,
1 year ago
version 1
c96f2af4
7 commits,
1 year ago
52 files
+
3247
−
293
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
52
Search (e.g. *.vue) (Ctrl+P)
conda/meta.yaml
+
7
−
2
Options
@@ -24,18 +24,21 @@ requirements:
@@ -24,18 +24,21 @@ requirements:
-
python >=3.10
-
python >=3.10
-
pip
-
pip
-
click {{ click }}
-
click {{ click }}
-
grad-cam {{ grad_cam }}
-
matplotlib {{ matplotlib }}
-
matplotlib {{ matplotlib }}
-
numpy {{ numpy }}
-
numpy {{ numpy }}
-
pillow {{ pillow }}
-
pillow {{ pillow }}
-
psutil {{ psutil }}
-
psutil {{ psutil }}
-
pytorch {{ pytorch }}
-
pytorch {{ pytorch }}
-
scikit-image {{ scikit_image }}
-
scikit-learn {{ scikit_learn }}
-
scikit-learn {{ scikit_learn }}
-
scipy {{ scipy }}
-
scipy {{ scipy }}
-
tabulate {{ tabulate }}
-
tabulate {{ tabulate }}
-
torchvision {{ torchvision }}
-
torchvision {{ torchvision }}
-
tqdm {{ tqdm }}
-
tqdm {{ tqdm }}
-
tensorboard {{ tensorboard }}
-
tensorboard {{ tensorboard }}
-
lightning >=2.0.3
-
lightning {{ lightning }}
-
lightning >=2.1.0,!=2.1.3
-
clapper
-
clapper
run
:
run
:
-
python >=3.10
-
python >=3.10
@@ -45,13 +48,15 @@ requirements:
@@ -45,13 +48,15 @@ requirements:
-
{{
pin_compatible('pillow')
}}
-
{{
pin_compatible('pillow')
}}
-
{{
pin_compatible('psutil')
}}
-
{{
pin_compatible('psutil')
}}
-
{{
pin_compatible('pytorch')
}}
-
{{
pin_compatible('pytorch')
}}
-
{{
pin_compatible('scikit-image')
}}
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('scikit-learn')
}}
-
{{
pin_compatible('scipy')
}}
-
{{
pin_compatible('scipy')
}}
-
{{
pin_compatible('tabulate')
}}
-
{{
pin_compatible('tabulate')
}}
-
{{
pin_compatible('torchvision')
}}
-
{{
pin_compatible('torchvision')
}}
-
{{
pin_compatible('tqdm')
}}
-
{{
pin_compatible('tqdm')
}}
-
{{
pin_compatible('tensorboard')
}}
-
{{
pin_compatible('tensorboard')
}}
-
{{
pin_compatible('lightning')
}}
-
{{
pin_compatible('lightning'
,
max_pin='x.x')
}}
-
lightning >=2.1.0,!=2.1.3
-
clapper
-
clapper
test
:
test
:
Loading