facebookresearch / ELF

An End-To-End, Lightweight and Flexible Platform for Game Research
Other
2.09k stars 284 forks source link

Get a UserWarning: Implicit dimension choice for softmax when training mini-RTS following Install tutorial. #118

Closed caidwang closed 6 years ago

caidwang commented 6 years ago

I get a User warning when start the training demo sh ./train_minirts.sh in the environment with python 3.6 and pytorch-cpu 0.3.1. It looks like this: 2018-11-11 11-02-13 The warning seems to be not serious but I think it's a little confusing which dimension the softmax is working on (I guess it might be dim=0 ?). Whatever, I just suggest that this warning can be cleaned up by specifying the dimension exacter.