llnl / llnl/BAnD

Some question about the data and label

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Hello, I'm still not quite clear about the format of the input data, as I noticed that you haven't uploaded the data. In glue.py, the value of **data_path** is **'./datasets/fMRI_sixtask_LR_npy/points'**, and I understand that the **'points'** folder should contain many .npy files. However, I'm not sure about the total number of these .npy files, the shape of each .npy file, and how they are generated. On the other hand, there is also a variable named **label_file** in glue.py, whose value is 'meta.txt'. I know it represents the labels, but I'm not sure about the specific format of this file and how to create such a label file.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with glue.py and inspect how data_path points to the points directory and how label_file references meta.txt. Trace the input-loading path to determine what documentation is needed for the .npy files and label format, then update the relevant documentation so users can prepare matching inputs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data, machine-learning
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.