SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.25k stars 523 forks source link

Change some project information #1035

Closed AsakusaRinne closed 1 year ago

AsakusaRinne commented 1 year ago

This PR makes two changes:

  1. Change the runtime version of tensorflow.hub and tensorflow.hub.unittest from net7 to net6.
  2. Add subfolders in the solution to separate src project and test project since now the number of projects increase.