Skip to content

Fix: use data_loader instead of train_loader in train()#377

Open
JO-Gaehwan wants to merge 1 commit intocfzd:masterfrom
JO-Gaehwan:patch-1
Open

Fix: use data_loader instead of train_loader in train()#377
JO-Gaehwan wants to merge 1 commit intocfzd:masterfrom
JO-Gaehwan:patch-1

Conversation

@JO-Gaehwan
Copy link

Replaced incorrect usage of train_loader with the data_loader argument inside the train() function to prevent scope confusion and improve code clarity.

Replaced incorrect usage of train_loader with the data_loader argument inside the train() function to prevent scope confusion and improve code clarity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant