You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Transfer Learning for Image Classification in InceptionV3](test/TensorFlowNET.Examples/ImageProcessing/RetrainImageClassifier.cs)
155
155
156
156
More troubleshooting of running example refer [here](tensorflowlib/README.md).
157
157
@@ -160,12 +160,12 @@ More troubleshooting of running example refer [here](tensorflowlib/README.md).
160
160
Feel like contributing to one of the hottest projects in the Machine Learning field? Want to know how Tensorflow magically creates the computational graph? We appreciate every contribution however small. There are tasks for novices to experts alike, if everyone tackles only a small task the sum of contributions will be huge.
161
161
162
162
You can:
163
-
* Let everyone know about this project (trivial)
164
-
* Port Tensorflow unit tests from Python to C# (easy)
165
-
* Port missing Tensorflow code from Python to C# (easy)
166
-
* Port Tensorflow examples to C# and raise issues if you come accross missing parts of the API (easy)
167
-
* Debug one of the unit tests that is marked as Ignored to get it to work (can be challenging)
168
-
* Debug one of the not yet working examples and get it to work (hard)
163
+
* Let everyone know about this project
164
+
* Port Tensorflow unit tests from Python to C#
165
+
* Port missing Tensorflow code from Python to C#
166
+
* Port Tensorflow examples to C# and raise issues if you come accross missing parts of the API
167
+
* Debug one of the unit tests that is marked as Ignored to get it to work
168
+
* Debug one of the not yet working examples and get it to work
169
169
170
170
### How to debug unit tests:
171
171
@@ -195,5 +195,5 @@ Scan QR code to join Tencent TIM group:
0 commit comments