-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2. Training Graph-Transformer #21
Comments
The text files mentioned are used to store the data samples and their corresponding labels in a tab-separated format. Each line in the file represents a single sample, where:
The format is as follows: How to Create These Text Files:
Example Workflow:
Example: train.txt: val.txt: test.txt: These files can then be fed into a Graph-Transformer training pipeline, where the model uses the training set to learn, the validation set to tune hyperparameters, and the test set to evaluate its performance. |
Kindly explain these text files in the Training Graph-Transformer and their format, from where i get these text files?
Split training, validation, and testing dataset and store them in text files as:
sample1 \t label1
sample2 \t label2
LUAD/C3N-00293-23 \t luad
...
The text was updated successfully, but these errors were encountered: