• Xiangkun Hu's avatar
    [Bugfix] GINDataset check whether labels are all valid (#2319) · 5f198763
    Xiangkun Hu authored
    * PPIDataset
    
    * Revert "PPIDataset"
    
    This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a.
    
    * check whether the original labels are valid
    
    * add unit test for gin dataset
    
    * bug of asscalar in mxnet<=1.6
    
    * mxnet<=1.6 asscalar requires ndarray to be shaped (1,)
    
    * skip gpu while testing datasets
    
    * Update test_data.py
    
    * test of gin dataset takes too much time
    5f198763
test_data.py 1.29 KB