The question about num_features
wnma3mz opened this issue · 0 comments
wnma3mz commented
When Training with FRSKD,
In train
, the first feat has been deleted in feat_lst.
Lines 60 to 61 in bed2601
But, in model bifpn
forward, it still deletes the first feat.
FRSKD/classification/models/bifpn.py
Lines 27 to 28 in bed2601
My guess, based on network_channels
, is that only one delete operation is required.
Lines 75 to 76 in bed2601
So, the following line should also be deleted
FRSKD/classification/models/bifpn.py
Line 28 in bed2601