Skanda Koppula
Results
3
issues of
Skanda Koppula
In `families/CityBlockHash.java`, you calculate the hash with the following code (line 51): `hash[d] = (int) (vector.get(d)-randomPartition.get(d) / Double.valueOf(w));` I could be wrong here, but would you want parenthesis around the...
Hi there, I'm trying to re-run p-cifar10-resnet.py, but I'm unable to find `build_prune` https://github.com/czhu95/ternarynet/blob/3fe8613767cdab084390f8894f4551a690111826/examples/Ternary-Net/p-cifar10-resnet.py#L15 Is this included in the repository? Thanks