Daniel Suo

Results 12 issues of Daniel Suo

Not necessarily an issue, but the FCMA classifier was predicting on 2k voxels at ~3 seconds / TR on an AWS c5d.9xlarge, which is a pretty beefed up machine by...

low priority

This way, other ```brainiak``` projects can have decoupled repos / release cycles. Documentation [here](https://packaging.python.org/guides/packaging-namespace-packages/). One unresolved issue that @mihaic and I were discussing: namespace packages do not allow any other...

low priority

Low priority, but some thoughts: - The painful way: comb through the source code and maybe rethink how to organize compilation units - The less painful way: switch from CMake...

Happy to submit PR (e.g., ```install_dependencies_arm.sh```), but wasn't sure if you wanted to mix into this library. - Need to specify ```libssl-dev``` version explicitly as ```libssl-dev/xenial``` - Either use postgresql...

Some options: - http://www.digip.org/jansson/ - http://zserge.com/jsmn.html (probably too simple / not performant) - https://github.com/json-c/json-c - https://github.com/kgabis/parson - https://github.com/udp/json-parser

`timecast` inputs / outputs should have at least two dimensions i.e., (R, 1), not (R,) and `deluca` should be (R,) because in the former, time is a dimension that suggests...