Felix Hao

Results 14 issues of Felix Hao

I am trying to follow your code but here is where I get lost: ```py self.B = input_.data.new(input_.size()).bernoulli_(self.p) self.noise = self.U * self.B ``` What is the purpose of B?...

I tried to follow the installation guide but kept running into problems. The first issue was a dependency requires Python 3.8, despite that the README specifies "Python 3.7+". So I...

bug

When I press Ctrl + R I would like the list of symbols to contain global symbols(classes/functions/variables) I have defined in this file. Currently only functions are supported.

Oniguruma has always been used in TextMate/VSCode lexers due to the advantage of better performance. Does it also apply to pygments? Can we add an option to provide a custom...