Skip to content
#

keras

Here are 7,521 public repositories matching this topic...

kahrabian
kahrabian commented Mar 2, 2020

Environment:

  1. Framework: PyTorch
  2. Framework version: 1.3.1
  3. Horovod version: 0.19.0
  4. MPI version: 4.0.2
  5. CUDA version: N/A
  6. NCCL version: N/A
  7. Python version: 3.7.5
  8. OS and version: Mac OS 10.15.2
  9. GCC version: 9.2.0

Checklist:

  1. Did you search issues to find if somebody asked this question before? Yes
  2. If your question is about hang, did you read [this d
pranavsharma
pranavsharma commented Feb 27, 2020

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

autokeras
bersbersbers
bersbersbers commented Sep 11, 2019

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

siriusdemon
siriusdemon commented Jul 13, 2018

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

yiheng
yiheng commented Jul 11, 2018

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:

  1. update that document to Spark 2.3
  2. release the corresponding docker images.

Improve this page

Add a description, image, and links to the keras topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the keras topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.