keras_rmac_plus icon indicating copy to clipboard operation
keras_rmac_plus copied to clipboard

Step by step example?

Open juliangaal opened this issue 5 years ago • 2 comments

You provide the necessary code, but never mention how to use it, especially with custom data. Could you provide an example?

juliangaal avatar Nov 11 '19 08:11 juliangaal

If you want to use your own data you need to:

  1. modify the training data path in utils.py
  2. modify the test data path in utils.py
  3. modify the calc results function in utils.py

fmaglia avatar Nov 11 '19 08:11 fmaglia

great, thanks!

juliangaal avatar Nov 11 '19 09:11 juliangaal