Terry Zhao
Terry Zhao
As described above, altdrag takes effect on full-screen start. I really like this project, however it seems to be idle for 2 years. Hope there'll be an update!
Chinese translation
Rename `parallel_distribution` to `nd_sbp`
Folding all operations involving only constants which are represented as `nn.Parameter`s. - [x] Make a constant-like `VariableOp` for folding constants. (`VariableWithoutCtrlOp`) - [x] Add pattern rewrites for converting `VariableOp` to...
### Is your feature request related to a problem? Please describe. I've trained models to play through the game. However, there are 32 models to play the 32 separate stages....
Pommerman version: `0.2.0` CPommerman version: `0.0.1` Command: ``` python pommerman-baselines/cython_env/test.py ``` Error: ``` Traceback (most recent call last): File "pommerman-baselines/cython_env/test.py", line 116, in assert str(state_old) == str(state_new), "\n" + str(state_old)...
I tried to apply this nice profiler to torchscript models but it failed: ```python Traceback (most recent call last): File "/home/guikarist/projects/test-torch/profiler/torchnnprofiler/test.py", line 24, in with LayerProf(net) as prof: File "/home/guikarist/projects/test-torch/profiler/torchnnprofiler/nnprofiler/__init__.py",...
I tried to apply this nice profiler to torchscript models but it failed: ```python Traceback (most recent call last): File "/home/guikarist/projects/test-torch/profiler/test_flops_profile.py", line 48, in flops, macs, params = get_model_profile( File...