-
Updated
Mar 14, 2020 - Jupyter Notebook
keras
Here are 7,521 public repositories matching this topic...
This has a very good explanation!!
Does any of you donne this without mask, I mean a new branch but with the mask remove just bouding boxes?
-
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
Mar 18, 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
Feature Description
The source file for all the tutorials on the website (autokeras.com) should be a .ipynb file.
Reason
Make it easier for people to try out the tutorials.
Solution
Please help us change any of the .md files in the following director
I couldn't find any usage of img_hr in SRGAN model. Is it unnecessary to add img_hr as input of combined model?
My suggestions for line 95 and line 229 of srgan.py:
line-95: self.combined = Model(img_lr, [validity, fake_features])
line-229: g_loss = self.combined.train_on_batch(imgs_lr, [valid, image_features])
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 18, 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.')
}
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
Jan 31, 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
. It is hard to get into polyaxon when examples are years behind (tf 1.4 was released in 2017) in such fast moving field.
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