Xianshun Chen

Results 2 issues of Xianshun Chen

The directory path in cell 13 of prototypical network omniglot demo ([link](https://github.com/sudharsan13296/Hands-On-Meta-Learning-With-Python/blob/master/03.%20Prototypical%20Networks%20and%20its%20Variants/3.3%20Omniglot%20Character%20set%20classification%20using%20Prototypical%20Network.ipynb)) is wrong, it is missing "images" directory. As a result, the output of training is wrong (as can...

There is some bug in https://github.com/EthicalML/xai/blob/master/xai/__init__.py#L962 it was written as ```python r1s = r2s = [] ``` but should be instead ```python r1s, r2s = [], [] ``` The impact...