Mehdi Mashayekhi

Results 3 comments of Mehdi Mashayekhi

@FrankWork do you mind sharing your cpu version (train.py file) which works?, I tried running on cpu but got some issues, thanks

in original open ai code (https://github.com/openai/finetune-transformer-lm/blob/bd1cf7d678926041e6d19193cab7e5cd8ce2fce6/train.py#L191) in ```train.py``` in the model function here in this line ```clf_logits = clf(clf_h, 1, train=train)```, why ```ny``` is 1?, shouldn't it be 2? because...