-
Updated
Oct 19, 2020 - Rust
transformers
Here are 315 public repositories matching this topic...
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 13, 2020 - Jupyter Notebook
-
Updated
Oct 18, 2020 - Scala
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 17, 2020 - Python
Describe the feature
Right now we cannot provide parameters in our Executors in the form of dictionaries when instantiated from yaml files (which is the main entrydoor to jina and to extending jina functionality in the hub).
It could be useful to add this so that configuration dictionaries can dinamically be passed through the Yaml interface without needing to change code.
A Yaml ex
-
Updated
Oct 14, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Oct 9, 2020 - Scala
-
Updated
Oct 8, 2020
-
Updated
Oct 16, 2020 - Python
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
-
Updated
May 19, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Sep 7, 2020 - Jupyter Notebook
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 20, 2020
-
Updated
Oct 19, 2020 - Python
-
Updated
Apr 26, 2020
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 12, 2020 - Jupyter Notebook
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Sep 27, 2020 - Jupyter Notebook
-
Updated
Jun 28, 2020 - Java
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.