L

Results 2 comments of L

@codertimo Did you already trained this model on small dataset ? If yes, would you share some info about it ? For example, what if we use p2.8xlarge GPUs to...

``` RuntimeErrorTraceback (most recent call last) in () 26 print(model) 27 print(data[0].shape) ---> 28 print(summary(model, (1, 10))) ... RuntimeError: Expected tensor for argument #1 'indices' to have scalar type Long;...