This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update README.md
tags/v0.10
Haiping
GitHub
6 years ago
parent
0e9aeafad5
commit
1b315a2e75
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
README.md
+ 2
- 1
README.md
View File
@@ -26,9 +26,10 @@ In comparison to other projects, like for instance TensorFlowSharp which only pr
### How to use
Install TF.NET through NuGet.
Install TF.NET
and TensorFlow binary
through NuGet.
```sh
PM> Install-Package TensorFlow.NET
PM> Install-Package SciSharp.TensorFlow.Redist
```
Import TF.NET.
Write
Preview
Loading…
Cancel
Save