Closed bluemoonwencong closed 10 months ago
in train_kemeans.py, line 72 and 73: lambda2 = args.lambda2 reg = args.reg
but args has no attribute lambda2 and reg.
Hi. Thanks for pointing it out. I have updated the code to remove those extra arguments.
in train_kemeans.py, line 72 and 73: lambda2 = args.lambda2 reg = args.reg
but args has no attribute lambda2 and reg.