Updated prediction scripts for compatibility with DataModules
Relevance analysis has been moved out of predict.py and into a separate script. It is not currently functional.
Showing
- src/ptbench/data/base_datamodule.py 1 addition, 1 deletionsrc/ptbench/data/base_datamodule.py
- src/ptbench/engine/callbacks.py 26 additions, 15 deletionssrc/ptbench/engine/callbacks.py
- src/ptbench/engine/predictor.py 2 additions, 8 deletionssrc/ptbench/engine/predictor.py
- src/ptbench/models/pasa.py 30 additions, 13 deletionssrc/ptbench/models/pasa.py
- src/ptbench/scripts/predict.py 6 additions, 98 deletionssrc/ptbench/scripts/predict.py
- src/ptbench/scripts/relevance_analysis.py 84 additions, 0 deletionssrc/ptbench/scripts/relevance_analysis.py
src/ptbench/scripts/relevance_analysis.py
0 → 100644
Please register or sign in to comment