adobe / adobe/obfuscation-detection
Efficiency Error
Open
- Dominant language
- Python
- Stars
- 44
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Hey there,
I recently tested out your model and it seems to me that there is a major efficiency problem here. The fact that you use a 1 hot encoded vector to represent each character is a huge waste of memory. Have you tried running the conv net on just an array of numbers that represent the characters (ascii encoded)?
Contributor guide
Assessment
This issue has not been assessed yet.