Shi-Wan Lin
Shi-Wan Lin
Not a high priority but a nicety to have an option to output the concatenated source so uglifyjs warning can be taken care of more easily, say, in utils.js, ```...
On this version of obfuscator: ``` ├─┬ [email protected] │ ├── [email protected] │ └─┬ [email protected] │ ├── [email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ ├── [email protected] │ └─┬ [email protected]...
The codes are hardcoded with Cuda, e.g. in infer.py: # build model model = networks.get_generator(encoder=CONFIG.model.arch.encoder, decoder=CONFIG.model.arch.decoder) model.cuda()
pyhsmm/internals/util.h needs to protect the gnu builtin just like in other files in the same directory: #define likely(x) __builtin_expect(!!(x),true) #define unlikely(x) __builtin_expect(!!(x),false) ======> /* Test for GCC > 2.95 */...