xiaomi-automl / MixPath

MixPath: A Unified Approach for One-shot Neural Architecture Search
28 stars 6 forks source link

Question about Fig.4 and Fig.12 #3

Open xiaofengqing opened 2 years ago

xiaofengqing commented 2 years ago

Hi,could you explain how to project the feature vectors into 2-dimensional space?That is to say, what is the magnitude of the feature vectors (the arrows in Fig. 4a) ?

cxxgtxy commented 2 years ago

You can randomly select one vector as the reference and calculate the inner products of other vectors. The angle and magnitude can be obtained.