apsal

Results 2 issues of apsal

I was looking to finetune the vits model using some custom data, but noticed that the released model is only the generator, and discriminator is also required to continue training...

## Where? https://docs.openmined.org/en/latest/getting-started/part5-retrieving-results.html ## What? After `result = client.code.ml_experiment_on_breast_cancer_data(features_data=features, labels=labels)` It requires `result.get()` to retrieve actual result, which is missing in the current documentation.

Type: Documentation :books: