Problems in get_args() in inference
wenyihong opened this issue · comments
Wenyi Hong commented
In get_args(), assert (args.train_iters is None)^(args.epochs is None)
would cause errors during inference
SwissArmyTransformer is a flexible and powerful library to develop your own Transformer variants.
wenyihong opened this issue · comments
In get_args(), assert (args.train_iters is None)^(args.epochs is None)
would cause errors during inference