Azure / counterfit

a CLI that provides a generic automation layer for assessing the security of ML models
MIT License
799 stars 128 forks source link

Inconsistent attribute and method names #91

Open lil1n opened 8 months ago

lil1n commented 8 months ago

Several issues were faced while trying out counterfit.

Upon starting counterfit and providing the command new -n test, an error 'AttributeError' was encountered.

The above issue appears to be the same issue as the first bullet point in issue #82

After resolving this issue, several other issues of similar nature were encountered:

After resolving the above issues, another exception named 'TypeError' was encountered with the message: 'NoneType' object is not callable. This issue was traced back to be from line 77 of new.py.

Other than the new command, the command predict -i range(10) (as mentioned in DEMO1-satellite.md) also does not produce the same output as documented. This appears to be the same issue as the second bullet point in issue #82

robsanity commented 5 months ago

Hey sorry to bother you, did you fix in anyway the TypeError issue? i'm at exactly your same point :(