orhankislal commented on a change in pull request #367: DL: Remove reshaping 
for input/validation dataset
URL: https://github.com/apache/madlib/pull/367#discussion_r275471889
 
 

 ##########
 File path: src/ports/postgres/modules/deep_learning/test/madlib_keras.sql_in
 ##########
 @@ -17,20 +17,31 @@
  * specific language governing permissions and limitations
  * under the License.
  *
- *//* ----------------------------------------------------------------------- 
*/
+ *//* ---------------------------------------------------------------------*/
 
 drop table if exists cifar_10_sample;
 create table cifar_10_sample(
                id INTEGER,
-               x  REAL[],
-        y SMALLINT,
-        imgpath TEXT
-        );
+    y SMALLINT,
 
 Review comment:
   White space

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to