MINJUNG KIM

Results 21 comments of MINJUNG KIM

I have not changed the script from the original one. Actually, the branch that I used is the default 'custom' branch. Could it be the reason? Or any version subtleties?

I tried "Python 3.5, Keras 2.0.8, and Tensorflow 1.3.0" setting, but failed, yielding "tensorflow has no attribute math".

never mind, I found it by changing filter option to 'all'

I think iterating over timesteps seems reasonable

Also, the image folder of defocuspool data is empty.

I got a hint from @hmaarrfk and tried os.environ["OMP_NUM_THREADS"]=1 and this solved my problem. Thanks.

By modifying the following, ``` TORCH_CUDA_ARCH_LIST='8.6+PTX' ``` I was able to avoid the 'compute_86' error message. But now I get new error messages. ``` /tmp/ccLFVASL.s: Assembler messages: /tmp/ccLFVASL.s: Fatal error:...