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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ on making code changes.
106
106
pip install tensorflow-text==2.11.0
107
107
```
108
108
109
-
1. For distributed/multinode training, follow these additional [distributed training instructions](https://github.com/IntelAI/transfer-learning-tool/tlt/distributed).
109
+
1. For distributed/multinode training, follow these additional [distributed training instructions](https://github.com/IntelAI/transfer-learning-tool/tree/main/tlt/distributed).
@@ -183,12 +183,12 @@ is printed out to the console. A numbered folder is created for each training ru
183
183
The training command also evalutes the trained model and prints out accuracy and loss metrics.
184
184
Evaluation can also be called separately using `tlt eval`. The trained model can also be benchmarked
185
185
using `tlt benchmark` or quantized using `tlt quantize`.
186
-
See the [CLI documentation](https://github.com/IntelAI/transfer-learning-tool/examples/cli/README.md) for more examples using the CLI.
186
+
See the [CLI documentation](https://github.com/IntelAI/transfer-learning-tool/tree/main/examples/cli/README.md) for more examples using the CLI.
187
187
188
188
## Use the Low-code API
189
189
The following example trains an image classification model with the TensorFlow flowers dataset using the API.
190
190
Additionally, the model is benchmarked and quantized to int8 precision for improved inference performance.
191
-
If you want to run the API using a Jupyter notebook, see the [notebook setup instructions](https://github.com/IntelAI/transfer-learning-tool/blob/main/notebooks/setup.md).
191
+
If you want to run the API using a Jupyter notebook, see the [notebook setup instructions](https://github.com/IntelAI/transfer-learning-tool/tree/main/notebooks/setup.md).
192
192
193
193
```python
194
194
from tlt.datasets import dataset_factory
@@ -266,8 +266,8 @@ notebooks, and for real-world examples check out the reference workflows.
266
266
267
267
Check out these Reference Kits and Workflows that use Intel Transfer Learning Tool:
268
268
269
-
*[Breast Cancer Detection]()
270
-
*[Anomaly Detection]()
269
+
*[Breast Cancer Detection](https://github.com/IntelAI/transfer-learning/tree/main/workflows/disease_prediction)
0 commit comments