Running model -v train PE-upx-dataset -a kmeans produces the following error :
$ model -v train PE-upx-dataset -a kmeans
Traceback (most recent call last):
File "/home/user/.opt/tools/model", line 109, in <module>
getattr(name, args.command)(**vars(args))
AttributeError: 'NoneType' object has no attribute 'train'
The error seems to be introduced from changes made in commit 04a8a0d.
Running
model -v train PE-upx-dataset -a kmeans
produces the following error :The error seems to be introduced from changes made in commit
04a8a0d
.