keras_rmac_plus
keras_rmac_plus copied to clipboard
Step by step example?
You provide the necessary code, but never mention how to use it, especially with custom data. Could you provide an example?
If you want to use your own data you need to:
- modify the training data path in utils.py
- modify the test data path in utils.py
- modify the calc results function in utils.py
great, thanks!