Judit Acs
Judit Acs
I'm trying to add fft to the example by including: ``` #include "aquila/transform/FftFactory.h" ``` and adding the line: ``` auto fft = Aquila::FftFactory::getFft(64); ``` ``` $ make Scanning dependencies of...
`__init__.py` fails with AttributeError, `max_length` does not exist. Fixing this results in a concat error in the `Attn` class: ~~~ 45 elif self.method == 'concat': ---> 46 energy = self.attn(torch.cat((hidden,...
Chinese config should be changed to Section-level parser. Example: https://zh.wiktionary.org/wiki/%D1%81%D0%BC%D0%BE%D1%82%D1%80%D0%B5%D1%82%D1%8C
Only at most three source files are read for each triangle. These are the ones extracted from the three Wiktionaries belonging to the 3 languages. There could be other translations...
Due to numerous other engagement I am unable to continue maintaining the project and therefore looking for a new owner. I will try to fix the current issues mostly due...
Originally I wanted only one version in each language but simple/vanilla and optimized versions reasonably differ (Java is a prime example of this), so we should support more than one...
This is a proposed new test. The PR is up for discussion. Add test for very long words. The C implementation has a command line parameter for the maximum length...