(sbb_pixelwise_segmentation-py3.11) incognito@DESKTOP-H1BS9PO:~/eynollah/sbb_pixelwise_segmentation$ python train.py with config_params.json 2024-10-18 17:07:59 ...
import os import sys import json import numpy as np import pandas as pd import logging import tensorflow as tf from sklearn.model_selection import train_test_split from sklearn.preprocessing import ...