Open Lejboelle opened 7 years ago
I didn't copy functions to the backend library. Could you post the error message ? The pretrained model is only for experiment, it should have been deleted.
This is the error I get if I don't copy the function:
Traceback (most recent call last):
File "code/main.py", line 48, in
@LinHungShi Hi, LinHung Shi , Did you train the model on kitti?
@Lejboelle I have modified convolution3DTranspose.py. Feel free to tell my If you still got problems @heyalqh No I haven't. I run out of memory with original parameter setting. It seems to have at least 12G in order to fit data into memory.
Hi, I've been trying to use your re-implementation, although, I stumbled across a couple errors. First, I got the "'module' object has no attribute 'conv3d_transpose'", I fixed it copying your function to the tensorflow_backend library (I assumed you have done the same?) Maybe could be an idea to include a comment about this in the readme (to people relatively new to keras)?
Second, when trying to load your pretrained model, I got the error: TypeError: Output tensors to a Model must be Keras tensors. Found: <keras.engine.training.Model object at 0x7fbcef09f450>
I fixed it by commenting line 28 in the main.py as it seems this line loads a model based on an already loaded model? Finally, I wanted to ask which architecture you used for your pre-trained model and if it is supposed be used 'out-of-the-box'? Since it contains 107 layers.
Best,