"src/ptbench/scripts/saliency/generate.py" did not exist on "ebcd8a1536dff3be884c1fd6e646faaf93a9a51e"
Streamlining
Documentation and package cleanup
- Black-fy all sources
- Streamline scripts to be more intuitive and better documented
- Preliminar support for newer versions of pytorch
- Documentation re-organization
- Re-organize tables to make their maintenance easier
- Re-structure text to be more fluid
- Sort all references together
- Use autodoc feature from Sphinx to document all modules
- Use programoutput extension to document CLI
- Improve help message and CLI interface
- Refactor configuration files to implement DRY
- Add (many) more tests
- Simplify data-access by removing bob.db.* accessors and implementing a simple JSON-based dataset declaration
- Allow user input through new CSV-based dataset declaration, provide example and documentation
- Provide "experiment" CLI interface to run complete experiments with one command
- Allow "evaluate" to handle 2nd-human annotator references
- Improve CLI to allow handling of multiple datasets at once
- Add resource monitoring for CPU and GPU usage
Edited by André Anjos
Merge request reports
Activity
added 1 commit
- 0680a28f - [doc] Better templating for autosummary; Configuration is now setup
added 1 commit
- c95a0e99 - [doc] Better tables with list-table directive; Fix all warnings
added 1 commit
- e6a4630b - [configs] Documented all configuration files; Added script to...
added 1 commit
- e08a1fb7 - [modelling,utils] Avoid method names with underscore to avoid sphinx errors
added 1 commit
- dee04bd9 - [script/train] Fix train() function declaration to support configuration files
added 1 commit
- c6f07e8d - [docs,scripts] Separate evaluation script; Improve trainer engine code; Reset...
added 1 commit
- b81c10c5 - [checkpointer] Make it flexible to directory renames; Fix saving of trainlog...
added 1 commit
- 6b75b651 - [conda] Fix test after renaming of "test" command
added 6 commits
- f45e6ea5 - [engine.trainer] Always remove tqdm bars; Only use tqdm if tty is connected
- f722ca31 - [script.train] Add option to drop incomplete last batch; Improve...
- 39ed1c24 - [engine.trainer] Improve documentation
- 5899f1b5 - [engine.trainer] Improve docs; Use f-strings where possible
- 7eb7def3 - [engine.ssltrainer] Re-sync with engine.trainer
- dd60fe53 - [script.train] Reset default rampup length to 900 to mimic what was there before
Toggle commit listadded 1 commit
- 7381c416 - [various] Re-organize custom dataset classes; Improve documentation; Re-define prediction
Please register or sign in to reply