-
Notifications
You must be signed in to change notification settings - Fork 17
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
Testing this model ? #12
Comments
After I resolved the issues - I am now able to train the model - but that's it How can I test this ? |
Hi, I think what you're looking for is an evaluation/inference pipeline. I don't have a script specifically for that purpose, but you should be able to write one pretty quickly by importing these functions: deep-malware-detection/src/deep_malware_detection/utils.py Lines 76 to 100 in 8c45fc0
Specifically, you can load your model and create a data loader for your dataset to measure model accuracy. To get a prediction for a single file, you can take a look at the Hope this helps! |
How do I test the model by loading the ones in checkpoints - like if I have a PE file - I can feed it to the model and get the result (true/false)?
The text was updated successfully, but these errors were encountered: