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
+9-19Lines changed: 9 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,22 +155,12 @@ on [How to install STM32 model zoo](https://wiki.st.com/stm32mcu/index.php?title
155
155
In [tutorials/notebooks](tutorials/notebooks/README.md) you will find a jupyter notebook that can be easily deployed on
156
156
Colab to exercise STM32 model zoo training scripts.
157
157
158
-
## Notes
159
-
160
-
In this project, we are using **TensorFLow version 2.8.3** following unresolved issues with newest versions of
161
-
TensorFlow, see [more](https://github.com/tensorflow/tensorflow/issues/56242).
162
-
163
-
**Warnings** :
164
-
165
-
* In this project we are using the `mlflow` library to log the results of different runs. Depending on which version of
166
-
Windows OS are you using or where you place the project the output log files might have a very long path which might
167
-
result in an error at the time of logging the results. As by default, Windows uses a path length limitation (MAX_PATH)
168
-
of 256 characters: Naming Files, Paths, and Namespaces. To avoid this potential error, create (or edit) a variable
169
-
named `LongPathsEnabled` in **Registry Editor**
170
-
under `Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\` and assign it a value of `1`. This
171
-
will change the maximum length allowed for the file length on Windows machines and will avoid any errors resulting due
172
-
to this. For more details have a look at
173
-
this [link](https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/The-Windows-10-default-path-length-limitation-MAX-PATH-is-256-characters.html)
174
-
.
175
-
* If there are some white spaces in the paths (for Python, STM32CubeIDE, or, STM32Cube.AI local installation) this can
176
-
result in errors. So avoid having paths with white spaces in them.
158
+
159
+
> [!IMPORTANT]
160
+
> In this project, we are using **TensorFLow version 2.8.3** following unresolved issues with newest versions of TensorFlow, see [more](https://github.com/tensorflow/tensorflow/issues/56242).
161
+
162
+
>[!CAUTION]
163
+
> If there are some white spaces in the paths (for Python, STM32CubeIDE, or, STM32Cube.AI local installation) this can result in errors. So avoid having paths with white spaces in them.
164
+
165
+
>[!TIP]
166
+
> In this project we are using the `mlflow` library to log the results of different runs. Depending on which version of Windows OS are you using or where you place the project the output log files might have a very long path which might result in an error at the time of logging the results. As by default, Windows uses a path length limitation (MAX_PATH) of 256 characters: Naming Files, Paths, and Namespaces. To avoid this potential error, create (or edit) a variable named `LongPathsEnabled` in **Registry Editor** under **Computer/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/FileSystem/** and assign it a value of `1`. This will change the maximum length allowed for the file length on Windows machines and will avoid any errors resulting due to this. For more details have a look at this [link](https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/The-Windows-10-default-path-length-limitation-MAX-PATH-is-256-characters.html).
0 commit comments