Skip to content

Commit

Permalink
Update and rename trace_complex.py to test_trace_complex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao committed Nov 8, 2023
1 parent 0b9b2e0 commit 4100e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/trace_complex.py → tests/test_trace_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ def forward(self, image):

config_pipeline.create_mha_conf_equal(nb_mha, num_heads, embed_dim, dropout, batch_first)

trace = SkippableTracing(nb_gpus=0, model=model, config=config_pipeline)
def test_trace():
trace = SkippableTracing(nb_gpus=0, model=model, config=config_pipeline)

0 comments on commit 4100e5c

Please sign in to comment.