-
Notifications
You must be signed in to change notification settings - Fork 41
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
Model cannot be saved #13
Comments
I faced the same error . @gav1n-cheung Did you managed to find a solution to this? My setup: |
Found a solution to train without issue. I added the parameter
|
Thanks a lot. I have choosen pytorch for pointnet, it runs well. |
Hello. I also faced the same problem and solved it by saving the weights, but I still can't load the weights because of a similar error (input form is unknown). How did you load the weights? I would appreciate any help! Thanks a lot! |
I have choosn pointnet++ which made by pytorch,it run well. |
Model <model_modelnet.PointConvModel object at 0x7f1cc50f95b0> cannot be saved because the input shapes have not been set. Usually, input shapes are automatically determined from calling
.fit()
or.predict()
. To manually set the shapes, callmodel.build(input_shape)
.cuda=11.2
tensorflow=2.5
python=3.8
The text was updated successfully, but these errors were encountered: