open source
open source contributions
I am an open source enthusiast and like to give back to the community as much as I can, be it in the form of pull requests, opening issues or trying to solve them.
-
Lichess
Remember difficulty level of chess puzzles set by user in lichess.org (free and open source chess server).
-
TernausNetV2
Solved error of building 'inplace_abn' in TernausNetV2 by using correct pytorch version.
-
Scala
Added unit tests for Scala's ‘ConsoleReporter’ module. Resolved bug of automatic space insertion between two entity references by studying official API and analyzing source code.
-
ONNX
Exported the Upsample operator from pytorch to tensorflow using ONNX, modifying and installing pytorch from source. Raised an issue in ONNX.
-
mlpack
Added unit tests for the 'dtree' module in Mlpack.