xuwang1430
xuwang1430
this line of code turn a error when runing x = tf.reshape(x, [N, G, C // G, H, W]) typeerror: failed to convert object of type to tensor. contents: [none,...
when I python main.py , the error is below: Creating layer loss `F0419` 21:23:01.980463 3190 layer_factory.hpp:77] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Python (known types:...
Hi Fausto: I am a newer,I'm trying to use your 3D-caffe, and use your vnet , i don't know how do you make your dataset (such as should I transform...
VTN class , the code in model.py, "x = self.spatial_transformer.forward_features(x)" the shape of output x is [batchsize*f, 197, 768] therefore, the x is 3 dimension. x = self.spatial2temporal(x) expect x...
`mel_idx_multiplier = 80./fps` what's the meaning of the value of 80?