Re: [TESTS] What are the best practices for dml script testing. Thanks.

2018-01-11 Thread dusenberrymw
in a piecemeal manner. > > regards > prithvi > > > Janardhan Pulivarthi ---01/11/2018 09:23:39 AM---Hi prithvirajsen, If a > script contains the gradients, then we could compare them with > > From: Janardhan Pulivarthi > To: s...@us.ibm.com, dev@systemml.apache.or

[TESTS] What are the best practices for dml script testing. Thanks.

2018-01-11 Thread Janardhan Pulivarthi
Hi prithvirajsen, If a script contains the gradients, then we could compare them with numerical gradients, as we have done in the `grad_check.dml`, file. How can we place a test script with a main script (dml), so that we can be confident that the script will work. (just like junit test for java

Re: [TESTS] What are the best practices for dml script testing. Thanks.

2018-01-11 Thread Prithviraj Sen
AM Subject: [TESTS] What are the best practices for dml script testing. Thanks. Hi prithvirajsen, If a script contains the gradients, then we could compare them with numerical gradients, as we have done in the `grad_check.dml`, file. How can we place a test script with a m