Skip to content

Commit f0477f2

Browse files
committed
tabR lazy imports
also clearned print stantements
1 parent 6001597 commit f0477f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mambular/base_models/modern_nca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(
3131
*feature_information,
3232
config=config,
3333
)
34-
print(self.embedding_layer)
34+
3535
input_dim = np.sum(
3636
[len(info) * self.hparams.d_model for info in feature_information]
3737
)

0 commit comments

Comments
 (0)