Antimalweb / URLNet

Code for the paper URLNet - Learning a URL Representation with Deep Learning for Malicious URL Detection
Apache License 2.0
152 stars 60 forks source link

Bug in default value #15

Closed jordanscience closed 3 years ago

jordanscience commented 4 years ago

Hi,

The training create the file words_dict.p and chars_dict.p

In test.py, the default values are without the "s" ( ie word_dict.p and char_dict.p)

henryhungle commented 3 years ago

Thanks! We edited the test.py to fix this issue.