JarrentWu1031/SingleInsert

what is the difference between the modeling_clip and 'lib/python3.9/site-packages/transformers/models/clip/'?

Opened this issue · 1 comments

what is the difference between the modeling_clip and 'lib/python3.9/site-packages/transformers/models/clip/'?

The main difference is that we add an optional ``input_embedding" input for CLIPTextModel forward pass so that the gradient can pass through the learned embedding to our designed I2TNet.