Xiao Zhou

Results 4 issues of Xiao Zhou

``$ python -m basic.cli --mode train --noload --debug Traceback (most recent call last): File "anaconda2/envs/tensorflow/lib/python3.5/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "anaconda2/envs/tensorflow/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) File...

Dear Author, I am running your commands and find that the pretraining process seems good while the finetuning is weird. The pretraining loss is just 0.140160306. The commands I run...

Hi, I experiment with the following codes: ``` import torch from pytorch_block_sparse import BlockSparseLinear import time import sys iter = int(sys.argv[1]) dsty = float(sys.argv[2]) fc = BlockSparseLinear(1024, 256, density=dsty) fc_dense...

1. in the python interface, size_act is set to size of (nlambda, d), however, it should be set to size (nlambda). 2. in c code actgd.cpp, model_intercept is updated whatever...