Skip to content

Commit

Permalink
fix: fix import error #16
Browse files Browse the repository at this point in the history
  • Loading branch information
twndus committed May 23, 2024
1 parent 6d9eaea commit f2033e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trainers/dcn_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import wandb

import numpy as np
import pandas as pd
from tqdm import tqdm
Expand Down
2 changes: 2 additions & 0 deletions trainers/mf_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import wandb

import numpy as np
import pandas as pd
from tqdm import tqdm
Expand Down

0 comments on commit f2033e4

Please sign in to comment.