Skip to content

Commit b6b668b

Browse files
committed
had loading weights in debuggmode
1 parent 8d1f7d0 commit b6b668b

File tree

1 file changed

+1
-1
lines changed
  • chebai/preprocessing/datasets

1 file changed

+1
-1
lines changed

chebai/preprocessing/datasets/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def load_processed_data(
11851185
data = data_df.to_dict(orient="records")
11861186
if kind == "train":
11871187
f.init_weights()
1188-
data = f.add_val_weights(data)
1188+
data = f.add_train_weights(data)
11891189
if kind == "validation":
11901190
data = f.add_val_weights(data)
11911191
# torch.save(data,"gewicht.pt")

0 commit comments

Comments
 (0)