Open lintweaker opened 4 months ago
It seems there is a bug in the example 'capture_activations.py' script. There are two
parser=argparse.ArgumentParser()
statements making it only use the arguments from the last statement. This is at least an issue with tested Python3.9.2 on my Pi
You are correct, the arg parsing is broken for that script. Will fix it for the next release.
It seems there is a bug in the example 'capture_activations.py' script. There are two
statements making it only use the arguments from the last statement. This is at least an issue with tested Python3.9.2 on my Pi