Roy_Wang

Results 1 comments of Roy_Wang

This error is the type error, so I add the type transformer in the generate.py. This is my solution: ``` topk = sys.argv[3] if not isinstance(topk, int): topk = int(topk)...