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

How to set encoder_feature in PCN_models/TopNet.yaml? #46

Closed
whuhxb opened this issue Apr 20, 2022 · 2 comments
Closed

How to set encoder_feature in PCN_models/TopNet.yaml? #46

whuhxb opened this issue Apr 20, 2022 · 2 comments

Comments

@whuhxb
Copy link

whuhxb commented Apr 20, 2022

Hi, how to set encoder_feature in PCN_models/TopNet.yaml? As I run bash ./scripts/train.sh 2 --config ./cfgs/PCN_models/TopNet.yaml --exp_name example

I met the error like this:

in build_from_cfg
raise type(e)(f'{obj_cls.name}: {e}')
AttributeError: TopNet: 'EasyDict' object has no attribute 'encoder_feature'

@yuxumin
Copy link
Owner

yuxumin commented Apr 20, 2022

Hi,
Change encoder_channel in https://github.com/yuxumin/PoinTr/blob/master/cfgs/PCN_models/TopNet.yaml#L23 to encoder_feature.

@whuhxb
Copy link
Author

whuhxb commented Apr 20, 2022

@yuxumin OK. Can run. But I still met OOM.

@yuxumin yuxumin closed this as completed May 5, 2022
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