MyCaffe 0.10.0.190-beta1
See the version list below for details.
dotnet add package MyCaffe --version 0.10.0.190-beta1
NuGet\Install-Package MyCaffe -Version 0.10.0.190-beta1
<PackageReference Include="MyCaffe" Version="0.10.0.190-beta1" />
paket add MyCaffe --version 0.10.0.190-beta1
#r "nuget: MyCaffe, 0.10.0.190-beta1"
// Install MyCaffe as a Cake Addin #addin nuget:?package=MyCaffe&version=0.10.0.190-beta1&prerelease // Install MyCaffe as a Cake Tool #tool nuget:?package=MyCaffe&version=0.10.0.190-beta1&prerelease
CUDA 10.0.130, cuDNN 7.4.2, nvapi 410, Native Caffe up to 10/24/2018, Windows 10-1809, Driver 417.35
MyCaffe now supports Neural Style Transfer using CUDA 10/cuDNN 7.4.2 to implement "A Neural Algorithm of Artistic Style" described by [1] using the VGG model [2], inspired by [3], which uses Caffe [4].
IMPORTANT NOTE: When using TCC mode, we recommend that ALL headless GPU’s are placed in TCC mode for we have experienced stability issues when using a mix of TCC and WDM modes with headless GPU’s.
This release of the MyCaffe AI Platform and Test Applications has the following new additions: • CUDA 10.0.130/cuDNN 7.4.2 supported (with driver 417.35). • Added new ScalarLayer. • Added new EventLayer. • Finalized TVLossLayer for Neural Style. • Finalized LBFGSSolver for Neural Style. • Completed Neural Style Transfer.
The following bug fixes are in this release: • Fixed bugs in GramLayer for Neural Style. • Fixed bugs in Convolution cuDNN stream synchronization (impacted ResNet50 under WDM). • Improved Deconvolution cuDNN stream synchronization.
To read more about cuDNN Neural Style Transfer in MyCaffe, see the SignalPop Blog.
Easily create the CIFAR-10 and MNIST datasets using the MyCaffe Test Application which you can download from the MyCaffe GitHub site.
Create and train the Neural Style Transfer, Recurrent Learning, Policy Gradient Reinforcement Learning, Auto-Encoder, DANN and ResNet models by following step-by-step instructions in the SignalPop Tutorials. And, to see other cool examples that show what MyCaffe can do, see the SignalPop Examples.
If you would like to visually design, develop, test and debug your models, see the SignalPop AI Designer specifically designed to enhance your MyCaffe deep learning.
Also, check out the SignalPop Universal Miner that not only gives you detailed information on each of your GPU's (such as temperature, fan speed, overclock, and usage), but allows you to easily mine Ethereum. When not training AI, put those GPU's to use making some Ether - never let a good GPU go to waste!
Happy ‘deep’ learning!
[1] L. Gatys, A. Ecker, M. Bethge [A Neural Algorithm of Artistic Style] (https://arxiv.org/abs/1508.06576), 2015, arXiv:1508:06576
[2] K. Simonyan, A. Zisserman Very Deep Convolutional Networks for Large-Scale Image Recognition arXiv:1409.1556
[3] ftokarev ftokarev/caffe Github, 2017, Github
[4] Y. Jia, E. Shelhamer, J. Donahue, S. Karayev, J. Long, R. Girshick, S. Guadarrama and T. Darrell, Caffe: Convolutional Architecture for Fast Feature Embedding, June 20, 2014.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- AleControl (>= 0.10.0.190-beta1)
- CudaControl (>= 0.10.0.190-beta1)
- EntityFramework (>= 6.1.3)
- Google.Protobuf (>= 3.3.0)
- HDF5DotNet.x64 (>= 1.8.9)
- Microsoft.SqlServer.Types (>= 14.0.314.76)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on MyCaffe:
Repository | Stars |
---|---|
MyCaffe/MyCaffe
A complete deep learning platform written almost entirely in C# for Windows developers! Now you can write your own layers in C#!
|
Version | Downloads | Last updated |
---|---|---|
1.12.2.41 | 642 | 9/18/2023 |
1.12.1.82 | 458 | 6/8/2023 |
1.12.0.60 | 677 | 2/21/2023 |
1.11.8.27 | 830 | 11/23/2022 |
1.11.7.7 | 1,163 | 8/8/2022 |
1.11.6.38 | 870 | 6/10/2022 |
0.11.6.86-beta1 | 403 | 2/11/2022 |
0.11.4.60-beta1 | 367 | 9/11/2021 |
0.11.3.25-beta1 | 491 | 5/19/2021 |
0.11.2.9-beta1 | 332 | 2/3/2021 |
0.11.1.132-beta1 | 368 | 11/21/2020 |
0.11.1.56-beta1 | 363 | 10/17/2020 |
0.11.0.188-beta1 | 406 | 9/24/2020 |
0.11.0.65-beta1 | 428 | 8/6/2020 |
0.10.2.309-beta1 | 547 | 5/31/2020 |
0.10.2.124-beta1 | 472 | 1/21/2020 |
0.10.2.38-beta1 | 461 | 11/29/2019 |
0.10.1.283-beta1 | 456 | 10/28/2019 |
0.10.1.221-beta1 | 459 | 9/17/2019 |
0.10.1.169-beta1 | 561 | 7/8/2019 |
0.10.1.145-beta1 | 554 | 5/31/2019 |
0.10.1.48-beta1 | 578 | 4/18/2019 |
0.10.1.21-beta1 | 558 | 3/5/2019 |
0.10.0.190-beta1 | 721 | 1/15/2019 |
0.10.0.140-beta1 | 667 | 11/29/2018 |
0.10.0.122-beta1 | 692 | 11/15/2018 |
0.10.0.75-beta1 | 707 | 10/7/2018 |
MyCaffe AI Platform