orlitany / DeepFunctionalMaps

91 stars 23 forks source link

Wrong tensor name for testing #1

Open mathue opened 6 years ago

mathue commented 6 years ago

Instead of Ct_est = graph.get_tensor_by_name('MatrixSolveLs:0') this line should be Ct_est = graph.get_tensor_by_name('matrix_solve_ls/cholesky_solve/MatrixTriangularSolve:0')

Furthermore, it would be nice if the code for generating the mat-files, which are required for the training, are provided. Thanks.

Best regards, Martin.

orlitany commented 6 years ago

Thanks Martin! looks correct - i'll fix asap. I'm planning to share the code required for preparation of the inputs as well as the refinement and a pre-trained model. Hopefully it'll be online in two weeks

On Wed, Mar 28, 2018, 12:44 mathue notifications@github.com wrote:

Instead of Ct_est = graph.get_tensor_by_name('MatrixSolveLs:0') this line should be Ct_est = graph.get_tensor_by_name('matrix_solvels/cholesky solve/MatrixTriangularSolve:0')

Furthermore, it would be nice if the code for generating the mat-files, which are required for the training, are provided. Thanks.

Best regards, Martin.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/orlitany/DeepFunctionalMaps/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AEuHZm-v392n1bCI9p693JkM_0E1VCBgks5ti1tpgaJpZM4S-VG4 .