-
Updated
Mar 30, 2020 - Jupyter Notebook
keras
Here are 7,753 public repositories matching this topic...
Hello All;
Hope your are doing well;
In Mask RCNN I would like change the color of the mask to be White with the Alpha = 1, I change it frome the right place in vizualize.py, but anything change the mask color still red or blue or another color, why the changes on vizualize.py dont have effect ?
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Oct 19, 2019
-
Updated
Jan 10, 2020 - HTML
Environment:
- Framework: PyTorch
- Framework version: 1.3.1
- Horovod version: 0.19.0
- MPI version: 4.0.2
- CUDA version: N/A
- NCCL version: N/A
- Python version: 3.7.5
- OS and version: Mac OS 10.15.2
- GCC version: 9.2.0
Checklist:
- Did you search issues to find if somebody asked this question before? Yes
- If your question is about hang, did you read [this d
-
Updated
Apr 21, 2020 - JavaScript
Several parts of the op sec like the main op description, attributes, input and output descriptions become part of the binary that consumes ONNX e.g. onnxruntime causing an increase in its size due to strings that take no part in the execution of the model or its verification.
Setting __ONNX_NO_DOC_STRINGS doesn't really help here since (1) it's not used in the SetDoc(string) overload (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
-
Updated
Apr 21, 2020 - Python
English ReadME?
It might be useful to write the ReadME of the repo in English for ease of understanding.
It looks pretty useful.
-
Updated
Mar 20, 2020 - Python
-
Updated
Aug 16, 2018 - JavaScript
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
-
Updated
Apr 2, 2020 - Python
-
Updated
Jan 28, 2020 - Python
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
We have instructions for setting up local Docker at https://github.com/yandexdataschool/Practical_RL/tree/master/docker. However, they are unclear, as reported in the following threads:
- https://www.coursera.org/learn/practical-rl/discussions/all/threads/E6IkT54xEemB7BKA79O1vg
- https://www.coursera.org/learn/practical-rl/discussions/all/threads/urpCnVhlEeiIjg6nmV99lg
Need to review proble
-
Updated
Apr 10, 2020 - Python
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
Apr 20, 2020 - Python
-
Updated
Jul 29, 2019 - Jupyter Notebook
-
Updated
Mar 2, 2020
-
Updated
Apr 20, 2020 - Python
-
Updated
May 29, 2019 - Python
Missing Documentation
When one increases the n_experiments in polyaxonfile_hyperparams.yml (from polyaxon-quick-start repo) to, e.g., 25, the platform schedules 20 experiments instead. This happens because the following [lines](https://github.com/polyaxon/polyaxon/blob/0c47bd220bccf60d5af7
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."
Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/3_neural_networks/alexnet.ipynb