Nathan
Nathan
Framework is currently only tested on linux cpu. Support should be added for testing the framework on windows & macos, as well as basic GPU tests.
Get documentation up, running and hosted! - automatic documentation generation from docstrings - actually update function and library docstrings
Currently all algorithms extend from `EaModule`, often various similarities exist in implementations and code is repeated. Helper functions, subclasses of EaModule or maybe even mixins might be worth investigating. eg....
I have the following directory structure: ```ls main.tex style/example_pkg.sty style/example_bib.bst ``` In my root latex file I reference these files: ```latex \usepackage[pagenumbers]{style/example_pkg} \bibliographystyle{style/example_bib} ``` The problem is that after running...
**Feature Request** Would is be possible to support python scalars? eg. ```python3 num_float = ep.astensor(1.0) num_int = ep.astensor(42) ``` **Why?** This would be helpful for implementing generic functions, for example:...
It would be highly useful to add support for the OpenPBS/PBS Pro Scheduler, as far as I understand SLURM is very similar? From a very brief look at the codebase...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? Conda hangs for various commands eg. `conda...
### Proposal Summary The ability to split an existing dataset on export into train/test/eval using the CLI - both, deterministically based on some hash of the file or the file...
### Proposal Summary The ability to merge and rename labels with an export CLI utility. ### Motivation Often it may be desirable to merge datasets, however, datasets are often labelled...
First of all, great repository! Would it be possible to publish benchmark results as part of the repo rather than requiring users to run it ourselves?