jasstionzyf

Results 4 comments of jasstionzyf

- name: create jdk env variable on /etc/profile.d/ template: src=jdk.sh.j2 dest=/etc/profile.d/jdk.sh become: yes become_user: root - name: Execute the command in remote shell; stdout goes to the specified file on...

@steenzout you are right, if you want to use multi versions of java , this change do not meet it, it works only assumed that just need one version of...

@charmby i use pyspark to generate tfrecords and also load tfrecords, all works well.

@luckycallor this pull request resolve two things: 1. when not specify pretrained_model in the config file , the train_softmax.py will appear error, i think better way is checking None for...