-
**Describe the bug:**
A clear and concise description of what the bug is.
**To Reproduce:**
Steps to reproduce the behavior:
1. make install
2. Would you like to install Augur's frontend de…
-
Hi everyone!
When training a text classification model, I was trying to alter model [architecture](https://spacy.io/api/textcategorizer#architectures). However, once I use anything else than `simple_…
-
Hi,
Is there any document explaining how to define different constraints in _constraints.txt file?
Regards,
Sandeep
-
Object learning algorithms need some way of representing hypotheses that certain "chunks" of the perceptual representation correspond to certain words. This requires a "language" for hypotheses.
We…
-
Aside from supporting the option to specify how many logical partition should be created, also add the support for the ability to specify the size you want the logical partitions to have: the number w…
yorek updated
5 years ago
-
I am a PhD candidate in Zhejiang University. I appreciate your work and want to give a presentation of this work in the lab seminar. I’d be grateful if you can offer me the slides, thank you!
My em…
-
Yesterday @mjendruk and I discussed the possibility of abandoning dynamic row counts in Chunks and instead having a fixed number of maximum row, instead of `Chunk::MAX_SIZE`.
In operators the chunk…
-
When I build a detector from `.fromAllBuiltInSpokenLanguages()`, it detects the follow text as Greek instead of English:
```
Rooter: A Methodology for the Typical Unification
of Access Points and…
-
### 建表:
create table test(id varchar(10), username varchar(30), test_default STRING DEFAULT 'HEY');
如果用:insert into test (id, username) values ('1', 'test_default');
在Dataworks跑,那么Test Default是有值的…
-
Sometimes I need to interrupt my methodchaining to switch behaviours depending on the size of my sequence.
Would a `zipWithIndexAndSize()` make sense for you or is there a way around that I'm not s…