Closed ArvinZhuang closed 10 months ago
Ok, so I think those lines were from a previous version of vec2text that didn't exist as a pypi module, so run_args was simply referred to as "run_args" (i.e. not vec2text.run_args). You can comment these lines out, since all of the modules have been retroactively fixed now so this shouldn't be necessary. In fact, if you want, please submit a pull request to remove these few lines :)
Hi @jxmorris12 , I got the below error when I ran the example in README:
I found the error can be fixed by commenting out these few lines in
analyze_utils.py
: https://github.com/jxmorris12/vec2text/blob/8f52f71fed2b16b29dc790b8b522c7e849225afc/vec2text/analyze_utils.py#L34-L40any ideas?