cntk
Here are 115 public repositories matching this topic...
-
Updated
Jun 10, 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
Describe the bug
Project settings -> tags, are not saved unless user hits 'Enter' after typing new tag.
To Reproduce
Steps to reproduce the behavior:
- In project settings, add new tag.
- Click 'Save Project'.
- Exit project settings pane and return.
- New tag is not saved.
Expected behavior
Tag should be saved when clicking 'Save Project'.
Screenshots
If a
Version
com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12
data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a
download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv
val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Jun 26, 2018 - Python
Keras-rcnn was written to be compatible with a number of third-party frameworks and services like Apple’s Core ML framework that enables developers to embed Keras models into their iOS applications. We should document how an Apple developer can create, train, and export their model to their Core ML-compatible iOS application.
-
Updated
Feb 22, 2020 - Python
-
Updated
Jul 25, 2019 - Jupyter Notebook
-
Updated
Jun 13, 2020 - Rich Text Format
-
Updated
Jan 28, 2019 - C#
Maybe it has already been published somewhere else but conx seems like a good fit for JOSE or JOSS http://jose.theoj.org/papers
In any event it would be great if it were citable with a doi
-
Updated
Jul 8, 2017 - Jupyter Notebook
-
Updated
Sep 8, 2019 - Dockerfile
-
Updated
Mar 24, 2020 - C++
-
Updated
Mar 7, 2017 - Python
First time users would need an easy way to setup flashlight, run a graph and then see the results in flashlight.
-
Updated
Mar 31, 2020 - Python
There are several places you hard coded the configurations of network architecture in the main program.
They are:
- The input dimension of Fast-RCNN, which is coded as [4096, ]. But it should be possible to be other numbers, e.g. if i want to use ResNet ended with dimension [1000, ].
- The spatial_scale of RoiPooling layer, which is coded as 1/16. But in my understanding, this rat
-
Updated
Feb 5, 2018 - Python
-
Updated
May 16, 2018 - Elixir
-
Updated
Oct 8, 2018 - Jupyter Notebook
-
Updated
Dec 13, 2017 - Jupyter Notebook
-
Updated
Aug 23, 2018 - Dockerfile
-
Updated
Jul 4, 2017 - Python
-
Updated
Jun 27, 2018 - C#
-
Updated
Jun 20, 2020 - Python
-
Updated
Oct 15, 2019 - C#
Improve this page
Add a description, image, and links to the cntk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cntk topic, visit your repo's landing page and select "manage topics."
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.