You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository contains an empty /ckpt directory but no actual model checkpoint files are provided. This prevents users from running the evaluation toolkit as the pretrained models mentioned in the README are not accessible.
Steps to Reproduce
Clone the repository: git clone https://github.com/ASLP-lab/SongEval.git
Try to run evaluation: python eval.py -i /path/to/audio.mp3 -o /path/to/output
Expected Behavior
The toolkit should load pretrained models and successfully evaluate audio files across the five aesthetic dimensions:
Overall Coherence
Memorability
Naturalness of Vocal Breathing and Phrasing
Clarity of Song Structure
Overall Musicality
Actual Behavior
The evaluation fails because no model checkpoint files are found in the /ckpt directory.
Environment
Python version: [Please specify]
Operating System: [Please specify]
Hardware: [CPU/GPU details]
Possible Solutions
Add the missing checkpoint files to the /ckpt directory
Provide download links or instructions for obtaining the pretrained models
Update the README with clear instructions on how to acquire the model weights
Consider hosting the models on Hugging Face Hub (similar to the dataset at huggingface.co/datasets/ASLP-lab/SongEval)
Additional Context
The repository README mentions "pretrained neural models" but doesn't provide information on how to obtain or download these models. This is a critical blocker for users wanting to use the aesthetic evaluation toolkit.
Suggested Documentation Updates
Please consider adding a section to the README that includes:
Model download instructions
Model file requirements and expected locations
File size and storage requirements
Alternative hosting locations if models are too large for Git LFS
Thank you for developing this valuable tool for song aesthetic evaluation!
The text was updated successfully, but these errors were encountered:
To resolve the issue you're encountering, please follow these steps:
Make sure that you're in the SongEval directory when executing the eval.py script. If you're not in the correct directory, the script won't be able to locate the necessary files.
Ensure that the SongEval directory contains a subdirectory named ckpt, and that it includes the pretrained model file named model.safetensors.
The repository contains an empty
/ckpt
directory but no actual model checkpoint files are provided. This prevents users from running the evaluation toolkit as the pretrained models mentioned in the README are not accessible.Steps to Reproduce
git clone https://github.com/ASLP-lab/SongEval.git
cd SongEval
pip install -r requirements.txt
python eval.py -i /path/to/audio.mp3 -o /path/to/output
Expected Behavior
The toolkit should load pretrained models and successfully evaluate audio files across the five aesthetic dimensions:
Actual Behavior
The evaluation fails because no model checkpoint files are found in the
/ckpt
directory.Environment
Possible Solutions
/ckpt
directoryhuggingface.co/datasets/ASLP-lab/SongEval
)Additional Context
The repository README mentions "pretrained neural models" but doesn't provide information on how to obtain or download these models. This is a critical blocker for users wanting to use the aesthetic evaluation toolkit.
Suggested Documentation Updates
Please consider adding a section to the README that includes:
Thank you for developing this valuable tool for song aesthetic evaluation!
The text was updated successfully, but these errors were encountered: