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
Hello,
I run C:\Users\Darius\Desktop\EMBER\scripts> python .\classify_binaries.py -m C:\Users\Darius\Desktop\EMBER\ember_dataset_2018_2\ember2018\model.txt BINARIES
but, it shows me error BINARIES does not exist
Traceback (most recent call last):
File ".\classify_binaries.py", line 37, in
main()
File ".\classify_binaries.py", line 26, in main
file_data = open(binary_path, "rb").read()
FileNotFoundError: [Errno 2] No such file or directory: 'BINARIES'
how can I fix it ?? How the script should look like??
How BINARIES should look like?
Thanks
The text was updated successfully, but these errors were encountered:
darko12494
changed the title
Problem with run classify_binaries.py
Problem with run classify_binaries.py URGENT
May 11, 2023
Hello,
I run C:\Users\Darius\Desktop\EMBER\scripts> python .\classify_binaries.py -m C:\Users\Darius\Desktop\EMBER\ember_dataset_2018_2\ember2018\model.txt BINARIES
but, it shows me error BINARIES does not exist
Traceback (most recent call last):
File ".\classify_binaries.py", line 37, in
main()
File ".\classify_binaries.py", line 26, in main
file_data = open(binary_path, "rb").read()
FileNotFoundError: [Errno 2] No such file or directory: 'BINARIES'
how can I fix it ?? How the script should look like??
How BINARIES should look like?
Thanks
The text was updated successfully, but these errors were encountered: