Hello, I have a question. I noticed that you divided the data into training, testing, and validation sets in the code, but during the training process, I didn't see any differentiation. Instead, all the data was used for training the model, and during testing, all the data was used as well. Why is that?
Hello, I have a question. I noticed that you divided the data into training, testing, and validation sets in the code, but during the training process, I didn't see any differentiation. Instead, all the data was used for training the model, and during testing, all the data was used as well. Why is that?