michaelhuang74

Results 22 comments of michaelhuang74

**@gecong** Basically I created apps for torch7 on Android and iOS respectively. You can follow the instructions and examples on torch7-android and torch7-iOS. **@jcjohnson** Thanks. There are same issues posted...

**@htoyryla** The sample model file comes with the torch7-android installation package. It has nothing to do with the fast-neural-style application. For any model file of the fast-neural-style, no matter it...

@dovanchan Unfortunately, I didn't figure out how to load the model on iOS.

@jcjohnson Any suggestion how to modify the code to support 16-bit or 8-bit floating point operation? Thanks.

@htoyryla Titan Xp seems to have very poor support of FP16. I am targeting Tesla P100, whose FP16 performance is 2 times of FP32 performance.

For both model parallelism and data parallelism, the computation of a layer of an given image takes place on a single GPU. I want to reduce the latency of applying...

@YuTingLiu Hi Yuting, where did you get the training code or did you write the code by yourself? I also like to train the model using new datasets. Do you...

@yexiaoxi01, No, I have tried to deal with it for a week and no luck so far. I also found that the 3D mesh generated by my model did not...

I changed the normalization as follows. labels_array_norm = (label_array)/(255.0*1.1) #seems good It outputs an OK results, but still not as good as the authors of the paper. The code is...