I have a question about the way you split train/val/test dataset.
The result of datasets you use is extremely influenced by split method. In your code, you set a seed 777 and then split the dataset randomly. I want to know the your result is based on the same seed or differents seed.
Hello, thansk for the code.
I have a question about the way you split train/val/test dataset. The result of datasets you use is extremely influenced by split method. In your code, you set a seed 777 and then split the dataset randomly. I want to know the your result is based on the same seed or differents seed.
Looking forword to your reply.