YangSun22 / TC-MoA

Task-Customized Mixture of Adapters for General Image Fusion (CVPR 2024)
73 stars 8 forks source link

some question about the mean of "Base" #7

Closed sove45 closed 7 months ago

sove45 commented 7 months ago

image excuse me ,can you tell me the usesage in the cfg about the "Base"? shall I change it when I used the different train cfg?

YangSun22 commented 7 months ago

This means that the current network structure is the optimal one as of the publication of the paper. However, there are still many structures that have not been tried yet, and maybe they will be published in the future.

In fact, for the current code it is possible to set it up any way you want.

sove45 commented 7 months ago

ok,thank you very much!