information-retrieval
Here are 1,163 public repositories matching this topic...
-
Updated
Nov 4, 2020 - Java
-
Updated
Jul 21, 2020 - Shell
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
Aug 29, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 14, 2020 - HTML
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 3, 2020 - C#
-
Updated
Jun 5, 2017 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Oct 31, 2020 - C++
-
Updated
Dec 24, 2018 - Python
-
Updated
Oct 30, 2020
-
Updated
Jul 1, 2020 - Python
-
Updated
Oct 30, 2020 - Python
-
Updated
Oct 14, 2020 - Java
-
Updated
Nov 4, 2020 - OpenEdge ABL
-
Updated
Jul 25, 2020 - Elixir
-
Updated
Oct 11, 2020 - Python
-
Updated
Jun 29, 2020 - C
-
Updated
Aug 9, 2020 - PHP
-
Updated
Oct 21, 2020 - C++
-
Updated
Apr 26, 2019 - Jupyter Notebook
-
Updated
Nov 8, 2019 - C++
-
Updated
Sep 7, 2020 - Python
Current docker image size is insane. It is 2.55 GB. Reduce that to below 1GB or less. Apply changes from this reference: https://hackernoon.com/tips-to-reduce-docker-image-sizes-876095da3b34
Improve this page
Add a description, image, and links to the information-retrieval topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the information-retrieval topic, visit your repo's landing page and select "manage topics."
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under
/test/or some other data- or doc- related module – rather than ingensim.models.word2vec.Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)