Himanshu Sharma
Himanshu Sharma
Hi I am experiencing similar issue as reported here. ``` Traceback (most recent call last): File "/rcfs/projects/src/test_TFHVD.py", line 27, in tf.config.experimental.set_visible_devices(gpus[hvd.local_rank()], 'GPU') IndexError: list index out of range 2021-12-20 17:08:22.422100:...
Hi, @JohnTaylor2000 Thank you for your quick response. yes, here is the output ``` hvd.local_rank() = 4 gpus = [PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')] Name: /physical_device:GPU:0 Type: GPU hvd.local_rank() = 0 gpus =...
For me following things fixed the issue I added following in my script before importing tensorflow. ``` import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' ``` I also commented the CUDA_VISIBLE_DEVICE ``` #SBATCH...
@kyleniemeyer, I am unable to check mark the actions in the reviewers checklist.
@danielskatz, I clicked the link but it say's the invitation has expired.
👋🏼 Hi @cwentland0 , Thank you for submitting the paper+ software to JOSS. The developed package will really a nice addition to the scientific community both for research and academic...
Hi Jishnub, The ROMParam and U are dictionaries for me. The Julia version I am using is 1.4.2.
Hi Jishnub, Thank you for the inputs. I will take a note of it. I addressed the limitation by using hdf5 format though.
I am getting the same error any solution? I don't have any space in the password.