Closed ctys4 closed 3 months ago
The main.py file has been renamed to main_TrainTest.py. However, the main_TrainTest.py file has been identified as not aligning with industry best practices. In response, we strongly recommend adopting the methodology implemented in the refined main_TrainValTest.py file. This updated version splits the data into train/valid/test sets, following the guidelines detailed in this post (Option 2).
Hello, may I ask where is your main.py file? Why is this file not in this Code now