Fabian Hoppe
Fabian Hoppe
I have implemented a version of `ht.percentile` that estimates the true percentile only on behalf of a random sketch of the entire data set. #1420
@samadpls Sure 👍 Feel free to ask if there are any questions
[Bug]: DASO Warning `[W socket.cpp:558] [c10d] The client socket cannot be initialized` (Stage 2023)
Stil open and relevant. (Reviewed within #1109 )
[Bug]: DASO Warning `[W socket.cpp:558] [c10d] The client socket cannot be initialized` (Stage 2023)
In can reproduce this partially. I also get the error message ``` [W socket.cpp:558] [c10d] The client socket cannot be initialized to connect to [localhost]:29500 (errno: 97 - Address family...
[Bug]: DASO Warning `[W socket.cpp:558] [c10d] The client socket cannot be initialized` (Stage 2023)
@coquelin77 I think you're the expert on this. Is the described behaviour as expected or is something going wrong here?
When I run ``` singularity build heat_1.2.0_torch.11_cuda11.5_py3.9.sif heat-singularity-image.def ``` i get the following error: ``` INFO: User not listed in /etc/subuid, trying root-mapped namespace INFO: The %post section will be...
I tried it out. The build was no problem on my workstation, however running resulted in the following problem: ``` hopp_fa@sc-030122l:~/heat/docker$ singularity run --nv heat.sif /bin/bash INFO: underlay of /usr/bin/nvidia-smi...
I tested on our cluster as well. I needed to modify the above script a bit: ``` #!/bin/bash #SBATCH --time 0:10:00 #SBATCH --nodes 2 #SBATCH --tasks-per-node 2 module load singularity...
Meanwhile we have "Getting Started" on our README and also "TL;DR: Quick Start" (if still necessary, this can be tracked within #1186) Therefore, closed within #1109
see #450 - this PR, however, is as far as I see only concerned with `in1d` only. Can serve as a starting point to implement `isin()` also. (Reviewed within #1109...