LostTech.Python.Runtime
3.0.4
Install-Package LostTech.Python.Runtime -Version 3.0.4
dotnet add package LostTech.Python.Runtime --version 3.0.4
<PackageReference Include="LostTech.Python.Runtime" Version="3.0.4" />
paket add LostTech.Python.Runtime --version 3.0.4
#r "nuget: LostTech.Python.Runtime, 3.0.4"
// Install LostTech.Python.Runtime as a Cake Addin
#addin nuget:?package=LostTech.Python.Runtime&version=3.0.4
// Install LostTech.Python.Runtime as a Cake Tool
#tool nuget:?package=LostTech.Python.Runtime&version=3.0.4
This software is part of Gradient: https://losttech.software/gradient.html
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit (>= 4.7.0)
- System.Security.Permissions (>= 4.4.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on LostTech.Python.Runtime:
Package | Downloads |
---|---|
Gradient.Runtime
Core runtime components for Gradient |
|
LostTech.TensorFlow
FULL TensorFlow 2.5+ for .NET with Keras. Build, train, checkpoint, execute models. Samples: https://github.com/losttech/Gradient-Samples, https://github.com/losttech/YOLOv4, https://github.com/losttech/Siren Deep learning with .NET blog: https://ml.blogs.losttech.software/ Comparison with TensorFlowSharp: https://github.com/losttech/Gradient/#why-not-tensorflowsharp Comparison with TensorFlow.NET: https://github.com/losttech/Gradient/#why-not-tensorflow-net Allows building arbitrary machine learning models, training them, and loading and executing pre-trained models using the most popular machine learning framework out there: TensorFlow. All from your favorite comfy .NET language. Supports both CPU and GPU training (the later requires CUDA or a special build of TensorFlow). Provides access to full tf.keras, estimators and many more APIs. Free for non-commercial use. For licensing options see https://losttech.software/buy_gradient.html !!NOTE!! This version requires Python 3.x x64 to be installed with tensorflow 2.5.x. See the official installation instructions in https://www.tensorflow.org/install/ (ensure you are installing version 2.5 to avoid hard-to-debug issues). Please, report any issues to https://github.com/losttech/Gradient/issues For community support use https://stackoverflow.com/ with tags (must be all 3 together) tensorflow, gradient, and .net. For support email contact@losttech.software . More information in NuGet package release notes and on the project web page: https://github.com/losttech/Gradient . TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc. |
|
LostTech.TensorFlow.Siren
SIREN neural network (https://vsitzmann.github.io/siren/). Network with sine activations, perfect for neural representations of various signals: images, video, audio. SOTA 2020. See project page for usage example. |
GitHub repositories
This package is not used by any popular GitHub repositories.