ICHIKAWA, Yuji

Results 16 issues of ICHIKAWA, Yuji

I will be really happy if a TensorFlow model in protocol buffer format can be converted for WebDNN^^. Cheers!

feature request/proposal

Hi. Since I found illegal moves in gogod_commentary SGFs, I wrote a script to check files. Here is result. ###### SGFs with an illegal move in main line. gogod_commentary/1800-49/1802-01-22a.sgf gogod_commentary/1930-39/1930-06-21b.sgf...

Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Pipenv. Check the [diagnose documentation](https://pipenv.pypa.io/en/latest/diagnose/) for common issues before...

Type: Bug :bug:

Swift 5 deprecated PackageDescription API v3 finally. So you need to describe Package.swift in v4 manner.

Hi. Excuse me if it was already discussed on Discord. (It is hard to follow DIscord's thread...) Now the strongest confidently-rated network is kata1-b40c256-s9948109056-d2425397051, whose "s" number returns back to...

Hi. kaorahi san's [LizGoban](https://github.com/kaorahi/lizgoban) nicely calculates and shows partial area scores from ownership information. I am interested in this functionality for Japanese rule, about territories. Just removing stone parts from...

Hi, I added codes for client to configure loginStyle of Accounts.loginWith options. You may check whether a client is a browser or WebView by userAgent, and can change loginStyle dynamically....

Hi. I found a typo. I am not a C# programmer, and don't know whether C# macro is case-sensitive or not. If it is case-sensitive, this typo may be critical...

## 🐞Describing the bug - Make sure to only create an issue here for bugs in the coremltools Python package. If this is a bug with the Core ML Framework...

bug
triaged
PyTorch (traced)
missing layer type

こんにちは。 v1.9をmacOSでコンパイルできるようにしてみました。 十分な動作確認をしているわけではないので(ウェイトw000000003459で探索させると初手が9六歩になります。エンバグしているかもしれません)、プルリクというよりAobaZeroを使いたいmacOSユーザーさんへのご参考にという感じです。 ほとんどは__APPLE__等での条件付きで互換性を持たせていますが、macOSではOpenCLのコンパイラが配列の引数を許さないという制約があったので、そこはコードを変えています。 macOSでコンパイルできたv1.4と比較して、6.5倍のスピードアップです。ご尽力感謝いたします。