Gao, Ruiyuan

Results 93 comments of Gao, Ruiyuan

In my case, openai api always returns leading "\n\n" as the first message. This leads to error in tg: `Reason: Message must be non-empty`. Am I alone?

I tested locally and the functionality is good.

There is no need to expose port for db. The port configuration can be removed. docker-compose will handle the traffic. ``` services: mongo: # ports: # - ${MONGODB_PORT:-27017}:${MONGODB_PORT:-27017} ```

> > There is no need to expose port for db. The port configuration can be removed. docker-compose will handle the traffic. > > The reason to expose ports (on...

I cannot reproduce the results reported in the paper, either. Even with the released checkpoint, the result from validation is only 72.21. Any hint for this?

> Are you using released checkpoint from Github to do validation? Or you using your model I use the checkpoint from this repo for validation, and get 72.21 for the...

Hi @linlion0311, I think in [this line](https://github.com/bradyz/cross_view_transformers/blob/4de6e641397ef1ffde996d7549f7f988e49156f7/config/experiment/cvt_nuscenes_road.yaml#L15), the author defined driveable area as a combination of road segment and lane. Why do you change it to 'road segment'? Is is...

> Hi @flymin > > Can I ask if you are implementing this repo in a Windows or Ubuntu(Linux) environment? > > because I can't implement it in Windows. I...

Please check the dialogue above. I think you’d better check the doc of pytorch-lightning for testing. And for visualization, I remember the author has provided a notebook.