Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

About predict_peaks() #9

Open
ccllabe opened this issue Jun 5, 2023 · 3 comments
Open

About predict_peaks() #9

ccllabe opened this issue Jun 5, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ccllabe
Copy link

ccllabe commented Jun 5, 2023

Hello, I have a queation about running NeatMS code. When I run to predict_peaks(), show the error below:
ValueError: Unexpected result of predict_function (Empty batch_outputs). Please use Model.compile(..., run_eagerly=True), or tf.config.run_functions_eagerly(True) for more information of where went wrong, or file a issue/bug to tf.keras.
How can I fix this problem, thanks.

@yoglo
Copy link
Collaborator

yoglo commented Jun 5, 2023

Hi, are you using a default model, or did you train your own?
It may be coming from a problem with the dimensions of the data that is passed as input not matching the dimensions the model expects - this might happen when the model is retrained from scratch with an architecture different from the base model.

@yoglo yoglo self-assigned this Jun 5, 2023
@yoglo yoglo added the bug Something isn't working label Jun 5, 2023
@ccllabe
Copy link
Author

ccllabe commented Jun 9, 2023

Hi, are you using a default model, or did you train your own? It may be coming from a problem with the dimensions of the data that is passed as input not matching the dimensions the model expects - this might happen when the model is retrained from scratch with an architecture different from the base model.

Hello, I wonder how to get the raw data, I only have wiff format file. Is there a way to convert wiff file to raw file, thanks.

@yoglo
Copy link
Collaborator

yoglo commented Jun 9, 2023

Yes, you can convert your files to mzML format using MSconvert from ProteoWizard (this should help). You can also check out data format requirements on NeatMS doc here

@yoglo yoglo added help wanted Extra attention is needed and removed bug Something isn't working labels Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants