-
Updated
Feb 24, 2020 - Jupyter Notebook
keras
Here are 7,361 public repositories matching this topic...
Balloon example explains perfect how train the Mask_RCNN creating a new class to the model that has been trained with the COCO dataset.
Suppose we need to add the balloon class to the 80 (I think) categories that already the COCO contains, how should I start ? Is it something
-
Updated
Feb 24, 2020 - Jupyter Notebook
-
Updated
Feb 24, 2020
-
Updated
Feb 23, 2020 - HTML
Judging by the logic in https://github.com/horovod/horovod/blob/38e91bee84efbb5b563a4928027a75dc3974633b/setup.py#L1369 it is clear, that before installing Horovod one needs to install the underlying framework(s) (TensorFlow, PyTorch, ...).
This is not mentioned in the installation instructions which made me think, I can install Horovod and then any framework I like (or switch between them) and
-
Updated
Feb 24, 2020 - JavaScript
Support for storing large tensor values in external files was introduced in #678, but AFAICT is undocumented.
This is a pretty important feature, functionally, but it's also important for end users who may not realise that they need to move around more than just the *.onnx file.
I would suggest it should be documented in IR.md, and perhaps there are other locations from which it could be s
Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis.
The functions/signatures to type are the ones listed here https://github.com/keras-team/autokeras/blob/master/autokeras/__init__.py
For the context, see #856 where I add some type information on a ImageClassifier.
This issue can
You know, scipy library are updated to the 1.3.0 version and some scipy methods are deleted like resize, imread or something like that. Lots of people suggest that numpy methods can be used instead of the deleted scipy methods but especially the shape of images needs to be resize are not match correctly with numpy resize funcitons.
I have solved this problem with using 'opencv-python' library a
English ReadME?
It might be useful to write the ReadME of the repo in English for ease of understanding.
It looks pretty useful.
-
Updated
Feb 24, 2020 - Python
Sample on front page:
const model = new KerasJS.Model({
filepaths: {
filepaths in plural.
code for Model:
if (!filepath) {
throw new Error('[Model] path to protobuf-serialized model definition file is missing.')
}
-
Updated
Feb 23, 2020 - Python
Platform (like ubuntu 16.04/win10): Windows 10
Python version: 3.7.4, mmdnn==0.2.5
Running scripts: mmconvert -f caffe -df keras -om test
I know that this command is not supposed to run without passing an input file, but the error message is incorrect and should be improved:
mmconvert: error: argument --srcFramework/-f: invalid choice: 'None' (choose from 'caffe', 'caffe2', 'cn
Could not find a version that satisfies the requirement Keras==2.1.2 (from -r requirements.txt (line 1)) (from versions: )
No matching distribution found for Keras==2.1.2 (from -r requirements.txt (line 1))
Priority
Low
Issue Description
In the screenshot below, LAST MODIFIED shows Sat, 26 Oct 1985 08:15:00 GMT,which is incorrect.
Expected Results
LAST MODIFIED shows correct timestamp, so that users know when this file is modified.
Screenshots/Related files
)
File "/root/miniconda3/lib/python3.7/site-packages/cli_pipeline/cli_pipeline.py", line 5734, in _main
_fire.Fire()
File "/root/miniconda3/lib/python3.7/site-packages/fire/core.py", line 127, in Fire
component_trace = _Fire(component, args, context, name)
Fil
Typo in README
text after a graph
_Alternatively, if context labels are provided with each text document, the model can be trained in a contextual mode, where the model learns the text given the context so the recurrent layers learn the decontextualized language. The text-only path can piggy-back off the decontextualized layers; in all, this results in much faster training and better quantitative and qualitat
Spark 2.3 officially support run on kubernetes. While our guide of "Run on Kubernetes" is still based on a special version of Spark 2.2, which is out of date. We need to:
- update that document to Spark 2.3
- release the corresponding docker images.
-
Updated
Feb 24, 2020 - Jupyter Notebook
-
Updated
Feb 23, 2020 - Python
-
Updated
Feb 21, 2020 - Python
-
Updated
Feb 24, 2020 - Python
-
Updated
Feb 22, 2020
Improve this page
Add a description, image, and links to the keras topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the keras topic, visit your repo's landing page and select "manage topics."
"Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easi