Граф коммитов

861 Коммитов

Автор SHA1 Сообщение Дата
Ori Levari 9ff71fe34c
User/orilevari/outputdebugtosubdirectories (#191) 2019-03-12 11:07:57 -07:00
Ori Levari 30c46b1918
User/orilevari/copy labels (#165) 2019-02-15 17:49:01 -08:00
Ori Levari 7ce242cefa
User/orilevari/tensorization paths (#166) 2019-02-15 17:48:37 -08:00
Ori Levari 1149bc9db3
update net core readme (#164) 2019-02-15 10:31:37 -08:00
Ori Levari 4a01cd1900
add back targetplatformminversion attribute (#161) 2019-02-13 17:17:39 -08:00
Ori Levari d49ead234c
Updates to public samples yaml (#159) 2019-02-13 15:40:46 -08:00
Ori Levari 52eff6e87b
update adapter selection readme to more clearly differentiate it from the squeezenet sample. Also remove a double print line in the sample code itself (#158) 2019-02-13 14:52:48 -08:00
Ori Levari 2223c71260
make the targetplatformversion attribute overridable for adapterselection and squeezenet js (#153) 2019-02-06 16:03:43 -08:00
Ori Levari 8ce99fc6a1
change build config to have release/x64 not build win32. Fix conversion which was causing crash for win32, fix warning for castint unsigned int to signed int (#151) 2019-02-06 11:20:32 -08:00
Ori Levari b8775899da
remove unnecessary solution files for manual tensorization (#144) 2019-01-28 12:55:29 -08:00
Ori Levari 367079df47
explicitly define the cpp language standard for manual tensorization (#142) 2019-01-25 13:59:18 -08:00
Ori Levari 11a4a0f9f3
fix yaml azure build pipeline 2019-01-14 14:28:52 -08:00
Nick Geisler c08c8f9e77
Update README.md 2019-01-10 10:18:10 -08:00
Ori Levari 876688d8b9
Automatically fallback to CPU for AdapterSelection sample when GPUs are available
* remove auto generated main method comment

* remove extra blank lines

* introduce CPU fallback if no GPU devices are available. include labels.txt in build copy

* rename getLMDFromAdapterIndex

* change d3d feature level to 11

* don't display the basic render driver to the user
2019-01-07 13:18:37 -08:00
Ori Levari dd662678f2
User/orilevari/top3 bug (#117)
* all c++ samples with print results have the correct output now

* c# samples are updated

* fix top3 bug for javascript sample

* update readmes to have correct output of top 3 probabilities

* replace locally declared struct with std::pair
2019-01-03 16:45:43 -08:00
smk2007 87b553a311 Automatically find Squeezenet.onnx in Desktop sample, and make F5 build work. (#116) 2019-01-02 15:01:16 -08:00
Ori Levari 95431bcefb
User/orilevari/update debug readme (#114)
* intermediate step in readme, need to check image rendering on github

* finish up debug_readme.md. restructure directory of customize_model

* debug_readme formatting

* add license file link

* rename custom operator sample directory. update base readme to include sample

* throw in a link in base readme for adapterselection which was forgotten in original adapter selection pull request

* update readme on future plan of debug operator

* fix conversion from relative to absolute path

* add description of text output format

* remove line about future plans for debug operator
2018-12-21 10:43:21 -08:00
Ori Levari feff8d155a
User/orilevari/update debug readme (#109)
* intermediate step in readme, need to check image rendering on github

* finish up debug_readme.md. restructure directory of customize_model

* debug_readme formatting

* add license file link

* rename custom operator sample directory. update base readme to include sample

* throw in a link in base readme for adapterselection which was forgotten in original adapter selection pull request

* update readme on future plan of debug operator

* fix conversion from relative to absolute path

* add description of text output format
2018-12-17 17:37:53 -08:00
Ori Levari c1b38ad47f
User/orilevari/net core squeezenet (#101)
* added .NET Core squeezenet example

* edit readme to acknowledge async limitations of .NET core 2

* refactor out async helper

* update readme

* remove c++ instructions copied from different README

* update Readme. remove liberal new lines

* parametrize assembly reference for Windows.winmd and update README accordingly.
2018-12-17 16:25:48 -08:00
Ori Levari ffe61aa1b5
Customop sample (#102)
* custom op sample

* finish customop cpu sample changes

* clearup straggling HMODULE variable

* merge in debug operator code. not running yet

* set working directory in vs project and copy debug model

* correct file name of labels file and lookup. Upgrade version of noisy relu custom operator.

* add comment

* set all baseline version to 7, and pass in different versions for each operator as not overwrite the operate schema set

* always return int in main method

* include python script example to modify onnx models programmatically

* update python script to be two scripts, one that inserts a debug operator into the given output and another that will insert a debug operator for every output.

* implement pull request comments from branch open on mscodehub.windowsai.

* switch tabs to 4 spaces

* include in the readme instructions for reusing the debug operator code

* update readme to be more verbose

* include example models output from python scripts

* resize headers in readme

* use argparse in python scripts. add comments

* remove unnecessary newlines remove comments

* remove blank lines in python scripts

* use path.join for separator in python script
2018-12-10 13:00:09 -08:00
Ori Levari 8fc6604724 D3 d12 command queue sample (#99)
* adding DeviceTarget solution to this fork. For a successful run you will need to move the Labels.txt file into Debug

* user input consumed for adapter selection

* rename DeviceTarget to AdapterSelection and restructure directory

* add readme

* remove unnecessary braces, arg parsing

* select input and output features dynamically.

* initialize session with correct device. target results using non hardcoded output name

* make build consistent between release/debug and 86/64. Handle user input that is not an number correctly
2018-12-05 14:24:54 -08:00
Ori Levari 336589f596 D3D12 command queue sample (#89)
Sample which allows the user to select from an enumerated list of device adapters, and then constructs a LearningModelDevice from a D3D12 command queue .
2018-11-26 15:36:01 -08:00
Kumar Rajeev b411df87aa
Update manual-tensorization.vcxproj 2018-11-26 14:59:38 -08:00
Killian McCoy 2473882dc8 User/kimccoy/emoji8readme (#87)
* added Emoji8 source code to Samples folder

* simplified session object creation in the IntelligenceService

* added default values and modified countdown if statement

* added aka.ms links and logo to readme

* Update readme.md
2018-11-09 09:39:05 -08:00
Killian McCoy 4cae1f81bb Added Emoji8 source code to Samples folder (#81)
added Emoji8 source code to Samples folder
2018-11-07 16:42:43 -08:00
Kumar Rajeev 8647c78d4e update SDK version to 17763 2018-11-06 15:55:41 -08:00
Eliot Cowley 80027da581
Fixed method call 2018-11-02 10:52:54 -07:00
Eliot Cowley 10b07bbf48
Adding more edits to match tutorial changes 2018-11-01 15:49:39 -07:00
Matt Wojciakowski f8f01c6df2
removed await in the synch method 2018-11-01 15:05:36 -07:00
Matt Wojciakowski 1572002465
Added using System.Threading.Tasks;
this API is required for calling Task
2018-11-01 15:03:40 -07:00
Matt Wojciakowski 9872e1e6d3
Updated to match finished sample
LoadModel changed to LoadModelAsync to represent good practice in naming async models,
Removed void and replaced with async Task when loading the model
2018-11-01 14:46:23 -07:00
Xiang Zhang b29b83b2c5
Merge pull request #73 from Microsoft/user/xianz/manual-tensorization
retarget solution to sdk 10.0.17763.0
2018-10-26 15:00:51 -07:00
Xiang Zhang 8cc8b9ca8d retarget solution to sdk 10.0.17763.0 2018-10-26 14:58:18 -07:00
Xiang Zhang 19d38c3892
Merge pull request #54 from Microsoft/user/xianz/manual-tensorization
sample for manual tensorization
2018-10-16 21:00:26 -07:00
Xiang Zhang fb1cb9e587 remove output files 2018-10-15 16:50:49 -07:00
Xiang Zhang 5be946f567 rename manual-tensorization to CustomTensorzation 2018-10-15 16:46:01 -07:00
Kumar Rajeev 0f49602199
Update mnist_cppcx.vcxproj 2018-10-13 19:30:34 -07:00
Kumar Rajeev 453955f43e
Update mnist_cppcx.vcxproj 2018-10-13 19:27:54 -07:00
Xiang Zhang 8406ae0cc8 sample for manual tensorization 2018-10-05 10:56:33 -07:00
Young Kim 6924bf9d76
add missing candy onnx file (#47) 2018-09-19 11:02:03 -07:00
Young Kim 498fbe358b make sample cleaner 2018-09-18 17:16:06 -07:00
Young Kim 11d5c0a636 add mosaic and remove wave and rain princess 2018-09-18 17:12:34 -07:00
Serena Zheng acd3454125
Update README.md 2018-08-30 14:07:11 -07:00
Young Kim a9cf9c8ac4 update readme to build with 17738 or higher 2018-08-29 10:51:01 -07:00
Young Kim f634b39ac6
Merge pull request #30 from youngkim93/mnist-fix-async
Fix MNIST cppcx sample async issue
2018-08-27 16:21:55 -07:00
Young Kim 66781b9725
Merge pull request #29 from youngkim93/more-17738
Bump up target version for style transfer to 17738
2018-08-27 16:21:45 -07:00
Nick Geisler e9ca22258b Updated MNIST tutorial 2018-08-24 11:54:09 -07:00
Young Kim 01033240fb Fix MNIST cppcx sample async issue 2018-08-24 10:35:38 -07:00
Young Kim 40cb47d442 cleanup 2018-08-23 16:30:18 -07:00
Young Kim 2a0ba75cb4 remove mlgen files 2018-08-23 16:19:14 -07:00
Young Kim 51581e54ad update style transfer 2018-08-23 16:16:49 -07:00
Paul McDaniel 1196b462c8 Added JS project. Merged solution files into a single SLN . 2018-08-23 15:49:30 -07:00
Young Kim 95ec2ba84e update versions to 17738 2018-08-23 14:37:04 -07:00
Nick Geisler f037177be8
Add files via upload 2018-08-21 15:01:10 -07:00
Nick Geisler b8602a1385
Delete model.onnx 2018-08-21 15:00:54 -07:00
Nick Geisler 9feb4afee3
Update MainPage.xaml.cs 2018-08-21 14:53:52 -07:00
Paul McDaniel ce7881acb5 fixed SDK version and deleted winmlrunner (not ready yet) 2018-08-08 15:46:51 -07:00
Paul McDaniel 51f46e0ccf
Merge pull request #23 from youngkim93/kiyoung/update-mnist-c#
update MNIST C# and CPPCX to use image metadata model
2018-08-08 11:18:59 -07:00
Rosane Vallim a10360b7d7
Update README with better instructions 2018-08-06 15:57:11 -07:00
Young Kim e9fb94b8d2 Use correct sdk 2018-08-06 14:49:47 -07:00
Young Kim 4fb87c2c05 Use image metadata model for cppcx 2018-08-02 18:09:23 -07:00
Young Kim 9b3c5a5692 remove redundant cs code 2018-08-02 17:39:27 -07:00
Young Kim 1c6538a018 update MNIST c# sample to contain image metadata 2018-08-02 17:37:23 -07:00
Paul McDaniel cfd2d9b302 changed to use the correct SDK 2018-08-02 17:00:55 -07:00
Nick Geisler 994bcc432d
Update MainPage.xaml.cs 2018-07-31 16:52:58 -07:00
Nick Geisler f6a3bb8245
Add files via upload 2018-07-31 16:46:17 -07:00
Kumar Rajeev 8ea515f769
Update README.md 2018-07-30 23:47:01 -07:00
Kumar Rajeev 5b689a069e
Update README.md 2018-07-30 23:45:41 -07:00
Kumar Rajeev 6bcbd830c8
Update README.md 2018-07-30 23:38:49 -07:00
Paul McDaniel ce1b27ffee code mark for the cmd line 2018-07-30 19:10:36 -07:00
Paul McDaniel cd73d6671a Merge branch 'RS5' of https://github.com/Microsoft/Windows-Machine-Learning into RS5 2018-07-30 19:08:46 -07:00
Paul McDaniel 6f1359effa bug fixes 2018-07-30 18:58:45 -07:00
Nick Geisler 339a1239b3
Add files via upload 2018-07-30 12:25:46 -07:00
Paul McDaniel ba17e278e1 MNIST 2018-07-27 16:57:43 -07:00
Paul McDaniel a50ef42451 Merge branch 'RS5' of https://github.com/Microsoft/Windows-Machine-Learning into RS5 2018-07-27 14:51:19 -07:00
Paul McDaniel 9fd8281724 WinMLModelRunner sample 2018-07-27 14:50:46 -07:00
Kumar Rajeev ab495914d6
Update README.md 2018-07-26 22:48:07 -07:00
Paul McDaniel 593575a3a6 refactor the folder structure 2018-07-26 16:44:45 -07:00
Paul McDaniel 6916d37a45 refactor folder layout 2018-07-26 16:17:45 -07:00
Paul McDaniel d222c39d8a pulled from mscodehub/master 2018-07-23 17:55:51 -07:00
Louis-Philippe Bourret fb9f537a95
Merge pull request #6 from ericleigh007/master
Cleanup and experimental code for samples
2018-06-13 12:55:44 -07:00
Shu-Wei Hsu 374e572db1 fix issue 13: Exception in the release x64 build 2018-05-15 15:33:16 -07:00
serenaz 59e4f768af Updated READMEs 2018-04-12 14:20:29 -07:00
Wilson Lee (CLOUD AI) c4768a9a63 Fixing typos 2018-03-12 19:09:33 -07:00
Wilson Lee (CLOUD AI) 144658aa6f Adding comments to code 2018-03-12 17:03:06 -07:00
Wilson Lee (CLOUD AI) 016ae4719f Fixed typos and tracing during exception handling 2018-03-12 16:18:22 -07:00
Wilson Lee (CLOUD AI) c737622ff7 Delete additional unwanted files 2018-03-12 16:07:19 -07:00
Wilson Lee (CLOUD AI) 678f395cb1 Fixed LPBourret PR comments 2018-03-12 16:01:18 -07:00
Eric Snyder e0dd0b5bf0 just include new Linq output in the recognizer text, and remove the old for loop...els 2018-03-12 11:08:03 -04:00
Eric Snyder e8b6936a4d Clean up code to avoid use of Dispatchers that aren't necessary, use JSON to parse the labels file, add timing for experimentation on different PCs, load the model file once...els 2018-03-12 10:58:34 -04:00
Eric Snyder 96706239ef Added timing to SqueezeNet run...els 2018-03-11 20:49:17 -04:00
Eric Snyder d70ed11ec5 for MNIST, test the ugly loop against the new LINQ vesion, and see it works.... For Squeeze net, just add a sln file....els 2018-03-11 20:40:36 -04:00
Wilson Lee (CLOUD AI) 653cbf4b57 Merge remote-tracking branch 'origin/master' into users/simplywilson/winmlexplorer 2018-03-10 19:53:25 -08:00
Wilson Lee (CLOUD AI) 2958379e78 Delete Candy Style transfer 2018-03-09 17:01:51 -08:00
Wilson Lee (CLOUD AI) 0eb030b34e Fix release build issue 2018-03-09 17:00:19 -08:00
Wilson Lee (CLOUD AI) 8f987ba0b0 Adding initial Readme file 2018-03-08 04:40:39 -08:00
Wilson Lee (CLOUD AI) fe1f045ed7 Adding comments and minor code change to MainPage and MainViewModel 2018-03-08 04:40:15 -08:00
Wilson Lee (CLOUD AI) 4046eedd08 Adding test certificate for the uwp app 2018-03-08 03:49:25 -08:00
Wilson Lee (CLOUD AI) 46b3688441 Initial check-in of the WinMLExplorer project 2018-03-08 03:48:33 -08:00
Nick Geisler 23b40a43ed Updated Sample applications 2018-03-07 13:38:47 -08:00
Nick Geisler a2d707f736 docs 2018-03-07 09:55:46 -08:00
Nick Geisler 9bad45515a Merge branch 'master' of https://github.com/Microsoft/Windows-Machine-Learning 2018-03-06 12:02:19 -08:00
ngeisler11 1d81208f88
Merge pull request #1 from Microsoft/user/Louis/StyleTransferSample
Adding Candy Style Transfer sample
2018-03-06 10:27:18 -08:00
Louis-Philippe Bourret e7dcc2b585 adding SqueezeNetObjectDetection sample 2018-03-05 18:24:48 -08:00
Louis-Philippe Bourret 105cfe192d renaming from StyleTransfer to CandyStyleTransfer 2018-03-05 17:16:41 -08:00
Louis-Philippe Bourret 5b2592a259 removing cpyright headers 2018-03-05 17:10:17 -08:00
Louis-Philippe Bourret 77f18eab9c adding Style transfer sample 2018-03-05 17:06:44 -08:00
Nick Geisler f0a8b3aba8 Added MNIST_GetStarted 2018-03-02 12:09:14 -08:00
Nick Geisler 7d5a57e411 SDK
SDK Version
2018-03-02 10:59:44 -08:00
Nick Geisler 5a38da6c73 Modified MNIST
Modified MNIST
2018-03-02 09:37:44 -08:00
Nick Geisler e60d6b9de4 Added MNIST sample
Added MNIST sample
2018-03-02 09:31:12 -08:00