Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
/ ncgenes7 Public archive

ncgenes7 library with implementations for nucleus7 interfaces

License

Notifications You must be signed in to change notification settings

audi/ncgenes7

Repository files navigation

ncgenes7 logo

ncgenes7

Welcome to ncgenes7 - library with interfaces for different nucleus7 Nucleotides.

How to use

Even if it is possible to use the ncgenes7 implementations as standalone objects, the main goal is to use it inside of nucleus7 projects.

To add any of the nucleotides to your project, just install / activate ncgenes7 and use "class_name": "ncgehes7.package_name.module_name.ClassName", e.g. to use DenseNetPlugin, use "class_name": "ncgenes7.plugins.cnns.densenet.DensenetPlugin" inside of plugin config.

Nucleotide implementations

ncgenes7 have multiple sub-packages, where name of the package is the nucleotide type, e.g. plugins refers to ModelPlugin and kpis refers to kpi related nucleotides like KPIPlugin and KPIAccumulator.