Open codevisioner opened 1 month ago
Hi, I think the lenght param is optional, and shouldnt throw an error. please check the https://github.com/ZhenZHAO/AD-MT/blob/03ef84c79ae4db884133293cba647c571dbce25b/code/utils/util.py#L179. did you use a different one?
it is ok not to set a value or to use a different value.
Hi,
Thank you for the fantastic work and for sharing the code!
I encountered an issue when running the train_post_2d_aut.py script. Specifically, I get the following error:
This seems to be related to the following section of the script:
It appears that the AverageMeter class (located in util.py) isn't designed to accept any arguments beyond the default self. Could you clarify if the AverageMeter initialization with values (e.g., 20) is necessary, or if we should modify this to work without the additional argument?
Thanks.