mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-11-29 22:37:14 +00:00
tested after rebasing, fix importance sampling bug
This commit is contained in:
@@ -152,7 +152,7 @@ if __name__ == "__main__":
|
||||
"-ei",
|
||||
"--eval-interval",
|
||||
type=int,
|
||||
default=100,
|
||||
default=-1,
|
||||
help="Interval for evaluation. Evaluate every ei training steps.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user