Mazgis47

Results 3 comments of Mazgis47

@lucidrains, thanks for reply, indeed with v. 7x it is clearler. I tried the following: ``` for i in range(len(model.performer.net.blocks)): model.performer.net.blocks[i].f.net.fn.to_q.weight = bert_model.bert.encoder.layer[i].attention.self.query.weight model.performer.net.blocks[i].f.net.fn.to_k.weight = bert_model.bert.encoder.layer[i].attention.self.key.weight model.performer.net.blocks[i].f.net.fn.to_v.weight = bert_model.bert.encoder.layer[i].attention.self.value.weight model.performer.net.blocks[i].f.net.fn.to_out.weight...

> Thanks for the contribution! > > I think rather than adding explicit (manual) support for HTTP authentication to all our Git calls, I'd rather find out / figure out...

Same here, but according to the https://swagger.io/docs/specification/serialization/ explode: true for the deepObject is n/a. However it seems that e.g. github.com/go-openapi/runtime/middleware explodes deepObject by default. So probably the best is to...