lightning-maml icon indicating copy to clipboard operation
lightning-maml copied to clipboard

MAML Implementation using Pytorch-lightning

Results 4 lightning-maml issues
Sort by recently updated
recently updated
newest added

### Title: Error Instantiating pl.LightningDataModule with hydra.utils.instantiate in run.py ### Description: **Issue Overview:** No changes were made to the code. When attempting to instantiate a pl.LightningDataModule in run.py using hydra.utils....

https://github.com/rcmalli/lightning-maml/blob/ce7eedc8a5b23ac89fd95113dd96d50f6feda165/src/pl/model.py#L140 According to context, it seems to be test_logit instead of train_logit.

Test preds were erroneously computed over the train logits

1. The data set cannot be downloaded during the process of the program. 2. I can download the data set through the browser, though i put the data set in...