You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
I was wondering how long would it take to evaluate a pre-trained TSN model on EK100 data? I tried to run it for a long time, and it won't stop or produce a result. I'm using 4 12GB-GPUs and was using:
batch_size=1
train.num_epoch=0 (no training, just eval)
+model.future_predictor.n_head=4
+model.future_predictor.n_layer=4
+model.future_predictor.inter_dim=64
However, my run never output anything new after this log:
How long does a pre-trained model would take to just evaluate?
I just want to see how well the pre-trained model works to reproduce the same numbers. But the program just keep running, no more logs are produced after this screen shot. I even reduced the batch size, heads, layers, etc. so that it should run faster.
Hi,
I was wondering how long would it take to evaluate a pre-trained TSN model on EK100 data? I tried to run it for a long time, and it won't stop or produce a result. I'm using 4 12GB-GPUs and was using:
batch_size=1train.num_epoch=0(no training, just eval)+model.future_predictor.n_head=4+model.future_predictor.n_layer=4+model.future_predictor.inter_dim=64However, my run never output anything new after this log:

How long does a pre-trained model would take to just evaluate?
I just want to see how well the pre-trained model works to reproduce the same numbers. But the program just keep running, no more logs are produced after this screen shot. I even reduced the batch size, heads, layers, etc. so that it should run faster.