Skip to content

Commit

Permalink
just tqdm notebook for fit
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Feb 15, 2024
1 parent 57be7fc commit a4598ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cortecs/fit/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from multiprocessing import Pool

import numpy as np
from tqdm.autonotebook import tqdm
from tqdm.notebook import tqdm

from cortecs.fit.fit_neural_net import *
from cortecs.fit.fit_pca import *
Expand Down

0 comments on commit a4598ec

Please sign in to comment.