increased the batch size for every update
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m40s
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 3m40s
This commit is contained in:
parent
2a4ecd175a
commit
d7470b845c
|
@ -17,7 +17,7 @@ from lightning.pytorch.callbacks import TQDMProgressBar
|
||||||
|
|
||||||
class CustomProgressBar(TQDMProgressBar):
|
class CustomProgressBar(TQDMProgressBar):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(refresh_rate=1) # update every batch
|
super().__init__(refresh_rate=128) # update every batch
|
||||||
|
|
||||||
|
|
||||||
def train_model():
|
def train_model():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user