resurgo97

Results 7 comments of resurgo97

They do not decompose a 3D tensor into three 1D vectors, what they do is factorize a 3D tensor with three 3d vectors. So it's more of factorization rather than...

eval is the built-in function of python :)

@sooftware so is it designed in such way that the input length increases within an epoch?

Did you try configs['dataset']['dataset'] = 'librispeech'? configs['dataset'] has to be dictionary, which has as keys 'dataset', 'dataset_path', 'dataset_download', and 'manifest_file_path'. It throws an error when you try configs['dataset'] = 'librispeech',...

When will this be available?

For the record, I tried to incorporate known camera poses before shifting the camera along z-axis (in order to disentangle scale & focal length from extrinsic matrix), but it failed.

> Hi, are you having any progress in developing preset known poses with sparse_global_alignment? I'm working on the same issue... Unfortunately not ;( I think the current implementation is not...