Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encounter RuntimeError: unmatched '}' in format string when training for fixed-timestep interpolation #10

Open
108062138 opened this issue Jun 3, 2023 · 1 comment

Comments

@108062138
Copy link

108062138 commented Jun 3, 2023

As title, I meet RuntimeError: unmatched '}' in format string when I want to train the model by my own. I wonder if there exists a way to by pass this error.
After typing the command python -m torch.distributed.launch --nproc_per_node=4 train.py --world_size 4 --batch_size 8 --data_path **YOUR_VIMEO_DATASET_PATH**(I did edit the dataset path), I get the following output in my terminal

Traceback (most recent call last):
...
File "C:\anaconda3\envs\tf2.5\lib\site-packages\torch\distributed\elastic\agent\server\api.py", line 538, in _rendezvous
    store, group_rank, group_world_size = spec.rdzv_handler.next_rendezvous()
File "C:\anaconda3\envs\tf2.5\lib\site-packages\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py", line 55, in next_rendezvous
    self._store = TCPStore(  # type: ignore[call-arg]
RuntimeError: unmatched '}' in format string

My environment: pytorch 1.13.1+cu117/python 3.8.15/win 10

@GuozhenZhang1999
Copy link
Collaborator

We have encountered no associated errors in our recommended environment configuration. Hopefully you can run it in the current recommended configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants