-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Segmentation fault -- UserWarning: Pydantic serializer warnings #5
Comments
What in the code is using pydantic? I don't remember using it 🤔 |
The 'cloth_env.py' needs it, I checked that I print the 'varient' here: Could you provide some suggestions? Thanks! |
Looks like those pydantic logs are just warnings, most likely unrelated to the segfault. I would recommend running with e.g. The issue is definitely in some binding/cpp code, not in python. |
I have a new wrong situation here:
after
python train.py
and I get this error:UserWarning: Pydantic serializer warnings:
Expected Union[float, tuple[float, float]] but got list - serialized value may not be as expected
could anyone help me? Many many thanks!
The text was updated successfully, but these errors were encountered: