-
Updated
May 20, 2020 - Python
model
Here are 1,378 public repositories matching this topic...
-
Updated
Jan 3, 2020 - Objective-C
-
Updated
Dec 17, 2019 - Python
-
Updated
Mar 2, 2020
demos: unify no_show
Variables no_show_processed_video
for demos should be renamed to no_show_message
. Help messages for -no_show
should also be updated to Optional. Don't show output
.
I would be nice to do the same update for IE samples.
-
Updated
May 15, 2020 - Swift
-
Updated
May 1, 2020 - TeX
Add tests
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
-
algorithm parts. See
src/algorithms
-
React parts - components and pages. See
src/components
andsrc/pages
-
State management: redux reducers and sagas. See
src/state
The infrastructure:
jest
and@testing-library
are already set up. Un
-
Updated
Jan 4, 2020 - Objective-C
The 2x down-sampling is one of the important operations in reference models. But, a convolution or a pooling with stride=2, padding='SAME'
may result in different outputs over different deep learning libraries (e.g., TensorFlow, CNTK, Theano, Caffe, Torch, ...) due to their different padding behaviors.
For example (TensorNets syntax; but can be regarded as pseudo codes for other libraries),
Version 2 Checklist
Version 2 Checklist
Documentation
- Rewrite version 2 docs to reflect updates
- Rewrite version 2 docs in nuxt (and maybe markdown)
- Add guide for writing tests
Fixes
- allow data with DELETE
- Fix polluted params issue when where params send twice
Enhancements
-
api
renamed tohttp
- rename
apiConfig
tohttpConfig
-
Updated
Jan 7, 2020 - Swift
-
Updated
May 16, 2020 - Objective-C
Discriminators
Discriminators need:
- better tests (because tests are examples of how to use it too)
- better / actual documentation (#16)
- rework the already existing test(s) to be better understandable
specific question for @B-Stefan:
(i already asked on discord, but remade it to here)
why does the (base) model of inheritanceClass
(tests/models) have an discriminatorKey
which is type of `n
Hi! thanks for open sourcing this big effort!
Would it be possible to compare this solution to Kubeflow which contains Seldon-Core and an example.
And finally, if you have some time, compare to [PipelineAI](https://
-
Updated
Dec 7, 2019
-
Updated
Mar 14, 2020 - Swift
-
Updated
May 14, 2020 - JavaScript
In elasticsearch we can pass the id (ex: if the model is already in mysql we have a id and want to use same id in ES as well)
In your documentation I saw examples where you retrieve by id
$post = App\Post::find(1);
which means we should be able to create by giving id=1 as well.
How to do this?
When I check the code it seems to me that you're assuming passing _id
field means it'
-
Updated
Oct 22, 2019 - Python
Improve this page
Add a description, image, and links to the model topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model topic, visit your repo's landing page and select "manage topics."
how to define java8 when submit application use spark-submit
name: Bug report/Feature request/Question
about: Create a report to help us improve
title: ''
label: bug/enhancement/question
assignees: ''
Environment:
Checklist: