models
Here are 430 public repositories matching this topic...
-
Updated
Mar 3, 2020 - Python
I am passing an image which gives the output
array([[[[66.]],
[[53.]],
[[ 3.]],
[[ 3.]],
[[45.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-1.]],
[[-
-
Updated
Mar 4, 2020 - Python
Describe the bug
Seems Like this Package doesn't work when using Spatie's Laravel query builder to fetch the data (https://github.com/spatie/laravel-query-builder). I've checked that package and they don't override newEloquentBuilder() method, so all should work.
By not working i mean no cache data is returned and the query still hits the database.
Eloquent Query
This query don't w
-
Updated
Mar 2, 2020 - Python
-
Updated
Mar 4, 2020 - Python
Hello everyone!
I'd like to know why validateOnSave is in the doc but not in the source code. Will it be released soon?
Note that I would gladly code it if you need.
Thanks for your answer,
Best Regards,
Jeremy
-
Updated
Feb 27, 2020 - Ruby
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
The latest version needs to reflect:
- No more use of AutoValue
- Ability to check which fields are "set"
- Updated usage pattern for TypeAdapters
- Other minor changes
-
Updated
Jan 30, 2020 - C++
-
Updated
Feb 26, 2020 - JavaScript
-
Updated
Mar 3, 2020 - HTML
This issue tracks the implementation of the Jazzband guidelines for the project jsonmodels
It was initiated by @beregond who was automatically assigned in addition to the Jazzband roadies.
See the TODO list below for the generally required tasks, but feel free to update it i
-
Updated
Jan 29, 2020 - Python
Feature: Add description to hs profile
Add description to CLI how I should format my model name and version when I run hs profile status MODEL_VERSION and fix value error when parsing model name.
1. Not enough info on format of model name
$ hs profile status --help
Usage: hs profile status [OPTIONS] MODEL_VERSION
Options:
--help Show this message and exit.
2.
Convention of code-style
Following conventions apply to the easystats-ecosystem, to ensure that function and argument names as well as element names for return-values follow a consistent pattern across all packages.
Importing other packages
- No full import, only selective import of functions
- Use base-R wherever possible (reduce dependencies)
- Make sure R-version requirements a
-
Updated
Mar 3, 2020 - R
Describe the bug
The contextual documentation of the connect action defined in the network skills displays the documentation of the connect action of the AgentDB species.
To Reproduce
Steps to reproduce the behavior:
- Open the model Network > 1 Get Started > 1 Simple Ping Pong.gaml
- Put the mouse on the
connectcode in:
create PING_PONG with:[name::"ping",des
Improve this page
Add a description, image, and links to the models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the models topic, visit your repo's landing page and select "manage topics."
The model zoo currently contains three models (Resnet50, SqueezeNet and VGG19) that each have two variants which is confusing to end consumers.
Ideally these should be de-duplicated. If that doesn't make sense then they should state their differences outside of origin framework and be organized in a way that places them all in the same sub-folder/path on the repo.
Following are pointers to t