models
Here are 502 public repositories matching this topic...
-
Updated
Dec 17, 2019 - Python
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
Jun 19, 2020 - Python
- https://www.youtube.com/watch?v=Hfgcg09srSo at around 35:00
Discriminators
Discriminators need:
- better tests (because tests are examples of how to use it too)
- better / actual documentation (#16) (still needs nested discriminator docs)
- rework the already existing test(s) to be better understandable
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 13, 2020 - Python
-
Updated
Nov 22, 2019 - Python
I'm trying to find out how to fit vue-mc into my app's architecture, and the docs are helpful, but maybe I am missing something obvious:
In the Vue docs data section, it reads:
A rule of thumb is that data should just be data - it is not recommended to observe objects with their own stateful behavior.
Where should I store my model instance otherwise?
-
Updated
Jul 2, 2020 - Ruby
-
Updated
Jun 13, 2020 - HTML
-
Updated
Jun 30, 2018 - C++
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Jun 19, 2020 - Jupyter Notebook
-
Updated
Oct 29, 2019 - Python
This is relevant when there is not a JOSS paper:
A number of packages have gained new authors but that is not reflected in the citation files and README information.
-
Updated
Jan 29, 2020 - Python
Issue
Wrong description in CLI
$ hs model --help
Usage: hs model [OPTIONS] COMMAND [ARGS]...
Working with data profiles
$ hs --help
...
Commands:
app Working with data profiles <-----
apply Apply resources from files or directory.
cluster Utilities to manage hs clusters
model Working with data profiles <-----
profile Working with data profile
In prey_predator tutorial, there is a discrepancy sometimes between the variable names for:
- tutorial documentation : energy_transfer, max_transfer
- and gaml : energy_transfert, max_transfert
See:
https://github.com/gama-platform/gama/wiki/PredatorPrey_step3
https://github.com/gama-platform/gama/blob/04000ca513629beb51a32e750a47b6bfad2cff3a/msi.gama.models/models/Tutorials/Predator%20Prey/
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