-
Notifications
You must be signed in to change notification settings - Fork 15
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
TypeError: __init__() missing 2 required positional arguments: 'sequence_name' and 'sequence_category' #8
Comments
how to slolve this? |
This is "Common Issue #3" in https://github.com/lukemelas/projection-conditioned-point-cloud-diffusion#common-issues, the README has instructions on fixing it :) |
I have solved this, we should replace send_to_device function to the following(not same with the solution in Common Issue 3):
|
Hi @yty-sky , |
@yty-sky I encountered another issue after applying your solution. Any idea? AttributeError: 'NoneType' object has no attribute 'sequence_point_cloud' |
@zzy0428 I met the same problem. Do you have any solution? Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. |
Hi all, I have the same error as @zzy0428 and @szy4017, namely |
after following @yty-sky solution, I've run into the same issue as @alexdesko
@lukemelas Are there any hints for addressing this problem? |
"/home/sheepsky/miniconda3/envs/pts_diffusion/lib/python3.8/site-packages/accele
rate/utils/operations.py", line 171, in send_to_device
return type(tensor)(
TypeError: init() missing 2 required positional arguments: 'sequence_name'
and 'sequence_category'
The text was updated successfully, but these errors were encountered: