Skip to content
#

cntk

Here are 115 public repositories matching this topic...

IvanFarkas
IvanFarkas commented May 28, 2019

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.

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

DanBehrendt
DanBehrendt commented Aug 20, 2019

Describe the bug
Project settings -> tags, are not saved unless user hits 'Enter' after typing new tag.

To Reproduce
Steps to reproduce the behavior:

  1. In project settings, add new tag.
  2. Click 'Save Project'.
  3. Exit project settings pane and return.
  4. New tag is not saved.

Expected behavior
Tag should be saved when clicking 'Save Project'.

Screenshots
If a

mmlspark
ttpro1995
ttpro1995 commented Nov 13, 2019

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
0x00b1
0x00b1 commented Sep 2, 2017

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.

Tutorial demonstrating how to create a semantic segmentation (pixel-level classification) model to predict land cover from aerial imagery. This model can be used to identify newly developed or flooded land. Uses ground-truth labels and processed NAIP imagery provided by the Chesapeake Conservancy.

  • Updated Jul 25, 2019
  • Jupyter Notebook
TreeLLi
TreeLLi commented Apr 17, 2018

There are several places you hard coded the configurations of network architecture in the main program.

They are:

  1. 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, ].
  2. The spatial_scale of RoiPooling layer, which is coded as 1/16. But in my understanding, this rat

This sample project shows off how to prepare and deploy to Azure Web Apps a simple Python web service with an image classifying model produced in CNTK (Cognitive Toolkit) using FasterRCNN

  • Updated Feb 5, 2018
  • Python

Improve this page

Add a description, image, and links to the cntk 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 cntk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.