Liao Chang

Results 6 issues of Liao Chang

Hi Shawn, It's really brilliant to come up with the "SC-LSTM" idea. I've read your paper "Semantically Conditioned LSTM-based Natural Language Generation for Spoken Dialogue Systems". In section 3.4, you...

Exciting working! Just thinking did you do any experiments using different importance metrics for cache? like other centrality measures?

## Description of the problem `gramine-sgx postgres -d` failed bacause of wrong ownership of the data directory. The data directory is ownby user with uid=gid=1000, so I provided `loader.uid=1000` and...

Cannot find this file. Also, what's the usage of run_embed.py?

## Description of the problem I am trying to run a modified PostgreSQL (with customized executors and so on) inside an enclave. Hence, I pulled the ubuntu18.04 image from dockerhub,...

Here's my code snippet: ` perm = 128 lf = tm.LSHForest(perm) fingerprints = [tm.VectorFloat(b) for b in all_embeds] lf.batch_add(fingerprints) ` where all_embeds is a numpy array of molecular fingerprints in...