-
Notifications
You must be signed in to change notification settings - Fork 47
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
Basic question related to python #97
Comments
Hi, kindly remind:
|
Oh, Thank you |
When I rewrite this code: feat_keys=(["coord"]), it will trigger another bug: |
You can change the in_channel of model to 3. |
oh , thank you. It work |
For example ,when feat_keys=("coord") , that means feat_keys only have one element, the transform.py file will trigger a error
The text was updated successfully, but these errors were encountered: