Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
easyblock = 'PythonBundle'

name = 'Zennit'
version = '1.0.0'
versionsuffix = '-CUDA-%(cudaver)s'

homepage = 'https://zennit.readthedocs.io'
description = """Zennit (Zennit explains neural networks in torch) is a high-level framework in
Python using Pytorch for explaining/exploring neural networks. Its design
philosophy is intended to provide high customizability and integration as a
standardized solution for applying rule-based attribution methods in research,
with a strong focus on Layerwise Relevance Propagation (LRP)."""

toolchain = {'name': 'foss', 'version': '2024a'}

builddependencies = [('hatchling', '1.24.2')]

dependencies = [
('CUDA', '12.6.0', '', SYSTEM),
('Python', '3.12.3'),
('PyTorch', '2.6.0', versionsuffix),
('torchvision', '0.21.0', versionsuffix),
('Pillow', '10.4.0'),
]

use_pip = True

exts_list = [
('zennit', version, {
'checksums': ['c6772100035172313d30986e5e65bc09327dc614fa8d2e9a155a465d3c83355d'],
}),
]

sanity_pip_check = True

moduleclass = 'vis'
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/z/Zennit/Zennit-1.0.0-foss-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'PythonBundle'

name = 'Zennit'
version = '1.0.0'

homepage = 'https://zennit.readthedocs.io'
description = """Zennit (Zennit explains neural networks in torch) is a high-level framework in
Python using Pytorch for explaining/exploring neural networks. Its design
philosophy is intended to provide high customizability and integration as a
standardized solution for applying rule-based attribution methods in research,
with a strong focus on Layerwise Relevance Propagation (LRP)."""

toolchain = {'name': 'foss', 'version': '2024a'}

builddependencies = [('hatchling', '1.24.2')]

dependencies = [
('Python', '3.12.3'),
('PyTorch', '2.6.0'),
('torchvision', '0.21.0'),
('Pillow', '10.4.0'),
]

use_pip = True

exts_list = [
('zennit', version, {
'checksums': ['c6772100035172313d30986e5e65bc09327dc614fa8d2e9a155a465d3c83355d'],
}),
]

sanity_pip_check = True

moduleclass = 'vis'
Loading