Results 3 comments of in_vane

``` /** * Definition for singly-linked list. * function ListNode(val, next) { * this.val = (val===undefined ? 0 : val) * this.next = (next===undefined ? null : next) * }...

When using CIFAR10, please check "--labeled-num". It's 50 when using CIFAR100.