Qing Lian

Results 5 issues of Qing Lian

## Motivation Add MultiviewDfM on the waymo dataset

If want to run on multi gpu, when self.shared is forwarding , should use Modulelist's data (like self._w_h(which is a type of ModuleList)). Otherwise will raise an error :( RuntimeError:...

![image](https://user-images.githubusercontent.com/22816293/45683254-97f84c80-bb75-11e8-9ef2-2f4281eb3c1a.png) For Segmentation task: It seems like that there is a class weight file but I don't find this file. I am wondering that if you can help me or...

Support image encoder with image caption as example. Try model: BLIP with Salesforce/blip-image-captioning-bas Discussion: + the name of arch_type: visionEncoder_decoder + format the data with image_text + Should we generate...

How does the child_fixed_arc are created on the final scripts Is that use the controller trained on the search phase to output the child_fixed_arc?