Results 5 issues of Chul Gwon

I was not able to get the CIFAR10 example to run with the defaults, since the expand_as call expects the expanding dimension to be greater or equal to the first...

For 4_Chinese_document_classification, I had to add an escape on the '%' when defining the chars variable in "2. Build vocab" to use it when implementing a solution using the names.

- in NamesClassifier class: "last_item_indices += torch.arange(0, x_in.size(0)).long().cuda() * x_in.size(1)" needs a non-gpu version (and should be pushed into the "if use_gpu" check. - need "import json" for save

Some of the rows have no name, but a language. In names_train.csv: line 983, 2148, 2991, 3248, 4494, 4904, 5972, 7260, 7955, 8122, 9779, 10408, 10696 In names_test.csv: line 983,...

- Needed to add "import json" to perform save in TweetLanguageModel and TrumpTweetVectorizer - Needed to call "model.cuda()" to perform training - " ".join(greedy_sample_from(model, vectorizer, temperature=0.9, n_length=30, use_cuda=False)[1:]) needs to...