-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [x] 3.3
Mode:
- [x] Single-Server
Storage-Engine:
- [x] mmfiles
On this operating syst…
-
I added fulltext index on object for field 'name'. Fulltext search is not working when the name has value with multiple dots before/after/inbetween characters or numbers. But it works if the name valu…
-
## My Environment
* __ArangoDB Version__: 3.6.1
* __Storage Engine__: RocksDB
* __Deployment Mode__: Single Server
* __Deployment Strategy__: systemctl start arangodb3
…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [x] 3.2.8
Mode:
- [x] Single-Server
Storage-Engine:
- [x] mmfiles
On this operating sy…
-
I ran SetFitTrainer to train the model with 5 classes (used multi_target_strategy="one-vs-rest"). My target variable was one hot encoded. When I get my predictions on the test data, I observe for most…
-
On a sharded collection, if you try to create a custom index (e.g. hash index) with uniqueness, that doesn't include the sharding key (which by default is the autogenerated `_key`) then it will fail w…
-
One major starting problem with foxx is with the whole syncup between the local copy of the code and the service location. While the docs hint at using tools like lsyncd, these have their own friction…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [ ] 3.0
- [ ] 3.1
- [ ] 3.2
- [x] 3.3
- [ ] self-compiled devel branch
Mode:
-…
-
Hello,
I am attempting to use arangodb-starter with active failover. I am diverging from the existing example/docs as I try to avoid needing port mapping.
I have ran into two issues.
* If I …
-
Hi,
Thanks a lot for the wonderful paper and the github repo. Also, congrats for getting the highest accuracy.
In the paper, you mentioned: "_The time used for training YOLOv4-tiny is 600 epoch…