From b70915543e37b4712ee0e25c1e7ac3c85ec0debc Mon Sep 17 00:00:00 2001 From: Detlef Heinze <30794734+robodhhb@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:22:17 +0200 Subject: [PATCH] Update readme.md Train.py added to text --- 30_Your_Training/30_Training/readme.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/30_Your_Training/30_Training/readme.md b/30_Your_Training/30_Training/readme.md index 012e71b..138baa1 100644 --- a/30_Your_Training/30_Training/readme.md +++ b/30_Your_Training/30_Training/readme.md @@ -1,23 +1,8 @@ # Training auf Google Colab durchführen -Vor dem Training müssen alle Trainingsdaten und die Datei training.csv in den Ordner "TrainData" auf Ihrem Google Drive ohne Unterordner hochgeladen werden. +Vor dem Training müssen alle Trainingsdaten und die Dateien training.csv und train.py in den Ordner "TrainData" auf Ihrem Google Drive ohne Unterordner hochgeladen werden. Das Training findet hier mit einem Jupyter notebook statt: [Open Colab notebook trainSMRC.ipynb](https://colab.research.google.com/github/robodhhb/Smart-Modelrailway-Cam/blob/main/30_Your_Training/30_Training/trainSMRC.ipynb) -Die möglichen Fehlermeldungen und weitere Warnungen im Abschnitt "Import the required packages" können **ignoriert** werden: -- "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible". - -- "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. xarray 2022.12.0 requires packaging>=21.3, but you have packaging 20.9 which is incompatible" - -- Warnung: /usr/local/lib/python3.8/dist-packages/tensorflow_addons/utils/ensure_tf_install.py:53: UserWarning: Tensorflow Addons supports using Python ops for all Tensorflow versions above or equal to 2.9.0 and strictly below 2.12.0 (nightly versions are not supported). - The versions of TensorFlow you are currently using is 2.8.4 and is not supported. # Run training on Google Colab -Before the traing all trainingdata and the file training.csv" have to be uploaded into your Google Drive in the folder "TrainData". This folder must not have any subfolder. +Before the traing all trainingdata and the files training.csv and train.py have to be uploaded into your Google Drive in the folder "TrainData". This folder must not have any subfolder. Follow the link: [Open Colab notebook trainSMRC.ipynb](https://colab.research.google.com/github/robodhhb/Smart-Modelrailway-Cam/blob/main/30_Your_Training/30_Training/trainSMRC.ipynb) - -The possible error messages and warnings in section "Import the required packages" can be **ignored**: -- "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible". - -- "ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. xarray 2022.12.0 requires packaging>=21.3, but you have packaging 20.9 which is incompatible" - -- Warnung: /usr/local/lib/python3.8/dist-packages/tensorflow_addons/utils/ensure_tf_install.py:53: UserWarning: Tensorflow Addons supports using Python ops for all Tensorflow versions above or equal to 2.9.0 and strictly below 2.12.0 (nightly versions are not supported). - The versions of TensorFlow you are currently using is 2.8.4 and is not supported.