szanella commited on
Commit
3466ceb
1 Parent(s): 2651d49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -147,7 +147,7 @@ The challenge data provided to participants is arranged as follows:
147
  `train` data is provided for your convenience: it contains full information about the membership of the challenge points.
148
  You can use it for developing your attack (e.g. as shadow models).
149
 
150
- You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `loda_cifar10`, `load_model`, `ChallengeDataset.from_path`, etc.)
151
  Please refer to the starting kit for more information.
152
 
153
 
 
147
  `train` data is provided for your convenience: it contains full information about the membership of the challenge points.
148
  You can use it for developing your attack (e.g. as shadow models).
149
 
150
+ You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `load_purchase100`, `load_model`, `ChallengeDataset.from_path`, etc.)
151
  Please refer to the starting kit for more information.
152
 
153