|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +permalink: /open_source/ |
| 4 | +title: open source |
| 5 | +description: open source contributions |
| 6 | +nav: true |
| 7 | +nav_order: 5 |
| 8 | +--- |
| 9 | + |
| 10 | +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. |
| 11 | + |
| 12 | +<hr style="margin-top: 5%;"> |
| 13 | + |
| 14 | +<ul class="post-list"> |
| 15 | + |
| 16 | + <li> |
| 17 | + <h3> |
| 18 | + <a class="post-title" href="https://lichess.org/">Lichess</a> |
| 19 | + </h3> |
| 20 | + <p> Remember difficulty level of chess puzzles set by user in <a href="https://lichess.org/" target="_blank">lichess.org</a> (free and open source chess server). </p> |
| 21 | + <p class="post-tags"> |
| 22 | + <a href="https://github.com/lichess-org/lila/pull/12638" target="_blank">https://github.com/lichess-org/lila/pull/12638</a> |
| 23 | + </p> |
| 24 | + </li> |
| 25 | + |
| 26 | + <li> |
| 27 | + <h3> |
| 28 | + <a class="post-title" href="https://github.com/ternaus/TernausNetV2">TernausNetV2</a> |
| 29 | + </h3> |
| 30 | + <p>Solved error of building 'inplace_abn' in TernausNetV2 by using correct pytorch version.</p> |
| 31 | + <p class="post-tags"> |
| 32 | + <a href="https://github.com/ternaus/TernausNetV2/issues/24#issuecomment-467415463" target="_blank">github.com/ternaus/TernausNetV2/issues/24#issuecomment-467415463</a> |
| 33 | + </p> |
| 34 | + </li> |
| 35 | + |
| 36 | + <li> |
| 37 | + <h3> |
| 38 | + <a class="post-title" href="https://www.scala-lang.org/">Scala</a> |
| 39 | + </h3> |
| 40 | + <p> |
| 41 | + 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. |
| 42 | + </p> |
| 43 | + <p class="post-tags"> |
| 44 | + <a href="https://github.com/scala/scala/pull/5675" target="_blank">github.com/scala/scala/pull/5675</a> |
| 45 | + |
| 46 | + <a href="https://github.com/scala/scala-xml/pull/140" target="_blank">github.com/scala/scala-xml/pull/140</a> |
| 47 | + </p> |
| 48 | + </li> |
| 49 | + |
| 50 | + <li> |
| 51 | + <h3> |
| 52 | + <a class="post-title" href="https://onnx.ai/">ONNX</a> |
| 53 | + </h3> |
| 54 | + <p> |
| 55 | + Exported the Upsample operator from pytorch to tensorflow using ONNX, modifying and installing pytorch from source. Raised an issue in ONNX. |
| 56 | + </p> |
| 57 | + <p class="post-tags"> |
| 58 | + <a href="https://github.com/onnx/onnx/issues/1827" target="_blank">github.com/onnx/onnx/issues/1827</a> |
| 59 | + </p> |
| 60 | + </li> |
| 61 | + |
| 62 | + <li> |
| 63 | + <h3> |
| 64 | + <a class="post-title" href="https://www.mlpack.org/">mlpack</a> |
| 65 | + </h3> |
| 66 | + <p> |
| 67 | + Added unit tests for the 'dtree' module in Mlpack. |
| 68 | + </p> |
| 69 | + <p class="post-tags"> |
| 70 | + <a href="https://github.com/mlpack/mlpack/commits?author=piyush-jaiswal" target="_blank">github.com/mlpack/mlpack/commits?author=piyush-jaiswal</a> |
| 71 | + </p> |
| 72 | + </li> |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +<!-- Using bootstrap table --> |
| 84 | +<!-- <table class="table table-striped" style="margin-top: 2%;"> |
| 85 | + <tbody> |
| 86 | + <tr> |
| 87 | + <td> |
| 88 | + Remember difficulty level of chess puzzles set by user in <a href="https://lichess.org/" target="_blank">lichess.org</a> (free and open source chess server). |
| 89 | +
|
| 90 | + <br><br> |
| 91 | + <a href="https://github.com/lichess-org/lila/pull/12638" target="_blank">https://github.com/lichess-org/lila/pull/12638</a> |
| 92 | + </td> |
| 93 | + </tr> |
| 94 | +
|
| 95 | + <tr> |
| 96 | + <td> |
| 97 | + Solved error of building 'inplace_abn' in TernausNetV2 by using correct pytorch version. |
| 98 | +
|
| 99 | + <br><br> |
| 100 | + <a href="https://github.com/ternaus/TernausNetV2/issues/24#issuecomment-467415463" target="_blank">github.com/ternaus/TernausNetV2/issues/24#issuecomment-467415463</a> |
| 101 | + </td> |
| 102 | + </tr> |
| 103 | +
|
| 104 | + <tr> |
| 105 | + <td> |
| 106 | + 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. |
| 107 | +
|
| 108 | + <br><br> |
| 109 | + <a href="https://github.com/scala/scala/pull/5675" target="_blank">github.com/scala/scala/pull/5675</a> |
| 110 | + |
| 111 | + <a href="https://github.com/scala/scala-xml/pull/140" target="_blank">github.com/scala/scala-xml/pull/140</a> |
| 112 | + </td> |
| 113 | + </tr> |
| 114 | +
|
| 115 | + <tr> |
| 116 | + <td> |
| 117 | + Exported the Upsample operator from pytorch to tensorflow using ONNX, modifying and installing pytorch from source. Raised an issue in ONNX. |
| 118 | +
|
| 119 | + <br><br> |
| 120 | + <a href="https://github.com/onnx/onnx/issues/1827" target="_blank">github.com/onnx/onnx/issues/1827</a> |
| 121 | + </td> |
| 122 | + </tr> |
| 123 | +
|
| 124 | + <tr> |
| 125 | + <td> |
| 126 | + Added unit tests for the 'dtree' module in Mlpack. |
| 127 | +
|
| 128 | + <br><br> |
| 129 | + <a href="https://github.com/mlpack/mlpack/commits?author=piyush-jaiswal" target="_blank">github.com/mlpack/mlpack/commits?author=piyush-jaiswal</a> |
| 130 | + </td> |
| 131 | + </tr> |
| 132 | + </tbody> |
| 133 | +</table> --> |
0 commit comments