Skip to content
Snippets Groups Projects
Commit 816f8565 authored by Leonard Wayne Hackel's avatar Leonard Wayne Hackel
Browse files

tokenizer were not provided in dataloader, now they are

parent 88a79a31
No related branches found
No related tags found
No related merge requests found
......@@ -316,6 +316,7 @@ def main(
num_workers_dataloader=num_workers_dataloader,
batch_size=batch_size,
max_img_idx=max_img_index,
tokenizer=hf_tokenizer
)
trainer.fit(model=model, datamodule=dm)
......
......@@ -339,6 +339,7 @@ def main(
num_workers_dataloader=num_workers_dataloader,
batch_size=batch_size,
max_img_idx=max_img_index,
tokenizer=hf_tokenizer
)
trainer.fit(model=model, datamodule=dm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment