Skip to content
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

Request for Dataset Structure, Format, and Shape Details for Survival-DeepMTS Model #3

Open
LY48084 opened this issue Jul 29, 2024 · 2 comments

Comments

@LY48084
Copy link

LY48084 commented Jul 29, 2024

Hello,

I am highly interested in your project, Survival-DeepMTS, and I am eager to experiment with it. However, I noticed that the repository does not provide detailed information about the dataset structure, format, and shape required for the model.

Could you please provide the following details?

Dataset Structure: How is the dataset organized? Are there specific directories or files that need to be present, and how are they named or structured?
Data Format: What is the format of the data files? For example, are they in CSV, JSON, or another format?
Data Shape: What is the expected shape of the input data for the model? For instance, if the input is a 2D array, what are the dimensions?
Understanding these details would greatly help in preparing the dataset correctly for the model.

Thank you for your time and assistance!

@MungoMeng
Copy link
Owner

Hi, you can refer to this issue for more details, which have the same data structure.
MungoMeng/Survival-AdaMSS#1

Actually, I suggest you do not strictly follow our data loading codes and data structure as they are designed for our own in-house dataset. You can write your own codes about data loading and just use our network/training code.

@LY48084
Copy link
Author

LY48084 commented Jul 30, 2024

Thank you for your guidance. I’ll proceed with custom data loading as suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants