hustvl / GKT

Efficient and Robust 2D-to-BEV Representation Learning via Geometry-guided Kernel Transformer
https://arxiv.org/abs/2206.04584
MIT License
218 stars 18 forks source link

When run [eval.py] RuntimeError: unmatched '}' in format string #14

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?