Trần Quang Đạt

Results 4 issues of Trần Quang Đạt

First, thank you for this amazing library. I currently have an issue with a particular pdf file. I have a pdf with both English and Tamil text, for the page...

component: converter
type:performance
status: needs solution

There are 2 different implementation of mixup, which version should I use? **From paper** ![Screenshot from 2019-06-19 14-46-06](https://user-images.githubusercontent.com/17774491/59746470-2fbfce00-92a1-11e9-9317-c9b480baf4fc.png) **From repo** ![Screenshot from 2019-06-19 14-46-43](https://user-images.githubusercontent.com/17774491/59746497-40704400-92a1-11e9-87f5-08c001e67d60.png)

The last pooling layer of SENet should be change from `self.avg_pool = nn.AvgPool2d(7, stride=1)` to `self.avg_pool = nn.AdaptiveAvgPool2d((1, 1))` so that the model can take different input size.

Hi @dysonance, When I do ``` # find trend on closing price trendy.minitrends(ohlc.c, window=30, charts=True) ``` I get the following error `IndexError: boolean index did not match indexed array along...