David Chanin

Results 20 issues of David Chanin

It looks like the generator model includes a character classifier output, which classifies the character to one of 52 one-hot values. The number 52 is hardcoded: https://github.com/hologerry/Attr2Font/blob/master/model.py#L231. What is this...

There's no option to set a http proxy when using this library. It appears that the `teeny-request` library does support this, but there's no option which can be passed to...

type: feature request
api: bigquery

This PR fixes a bug in the preprocess step for Python 3, which is writing tokens as `b'token'` instead of just `token`, as pointed out in @appleternity in https://github.com/swabhs/open-sesame/issues/61#issuecomment-789312514. [Python...

the code currently ignores the `-n` param. It looks like it was intended to se the global `n` var in `word_sense_induction.py` to this value, but was accidentally left out. This...

The `-n` param option specifies the number of edges in the ego graph, but it looks like in the code this param is accidentally ignored. This param is passed through...

In python3.8+ on mac, the python multiprocessing module no longer supports memory sharing. So, during training, in `word_sense_induction.py`, `G` is `None` for all the workers. More info on the multiprocessing...

The `requirements.txt` has no versions set for the packages that sensegram depends on. Many of these packages have been updated and are no longer useable with sensegram since they have...

ex 11th stroke of 龍 is too fast

This PR adds an empty `__init__.py` file to the `fairseq_ext.modules` and several other dirs where this file is missing. Without this, I get errors like `No Module Named: fairseq_ext.modules` after...

In the 六 character part of 滚, the strokes are drawn out of order. The bottom left stroke should be drawn before the bottom right stroke.