Farshid Varno
Farshid Varno
why instead of `unused = task_metalearn((self.inputa[0], self.inputb[0], self.labela[0], self.labelb[0]), False)` you haven't used the following: `unused = self.forward(self.inputa[0], weights, reuse=reuse) ` ?
I followed the instructions to install and run the provided scripts for miniimagenet. The standard ones go through but the intrinsic ones prompt: /few_shot_learning_system.py", line 571, in forward support_set_features.shape[-1]).squeeze() RuntimeError:...
I understand that for some reasons you might not have been able to release your complete code but I would highly appreciate if you could help me answering some questions...
As I understand from the paper, you intend to only train the params of the BN layers. Is this what you are trying to do at [this line](https://github.com/bethgelab/robustness/blob/0ef82b178e3526f63d8017dc870072d611d883e9/examples/selflearning/main.py#L92)? If so...
There is something wrong with PyPI installation for windows on version 1.0.3.
- ci: To run test cases on multiple OS and python envoronment. - tox: to clean, check, test, test install and report coverage - toml: to set the project settings...