bradyz / cross_view_transformers

Cross-view Transformers for real-time Map-view Semantic Segmentation (CVPR 2022 Oral)
MIT License
525 stars 80 forks source link

When run [train.py] RuntimeError: unmatched '}' in format string #49

Open linlion0311 opened 1 year ago

linlion0311 commented 1 year ago

This problem occurs in torch\distributed\rendezvous.py image

But in this code I can't find any '}' to solve the problem image

I try to print (hostname, port, world_size, start_daemon, timeout), But it doesn't look like they have a problem.

Need someone to help, thanks.

linlion0311 commented 1 year ago

system is Windows, should I train it on linux?

linlion0311 commented 1 year ago

I train the model on Linux and it can work!