Lars Doorenbos

Results 5 issues of Lars Doorenbos

See this issue: https://github.com/automl/SMAC3/issues/531 When running the following code: ``` import numpy as np import sklearn.datasets import sklearn.metrics from sklearn.neural_network import MLPClassifier from ConfigSpace import ( UniformIntegerHyperparameter, CategoricalHyperparameter, GreaterThanCondition, ConfigurationSpace,...

bug

### Version of Apptainer What version of Apptainer (or Singularity) are you using? `apptainer version 1.1.3-1.el7` ### Expected behavior Following [these](https://github.com/NVIDIA-Omniverse/orbit/blob/963f3045367be3ccdac4f0902ac2103fcbb6070f/docs/source/deployment/cluster.rst#L20) steps, the container is created successfully. ### Actual behavior...

Hey, I am trying to run the example `PYTHON_PATH scripts/rlgames_train.py task=Cartpole` given in the README. However, I run into the following error: ``Inconsistency detected by ld.so: ../elf/dl-tls.c: 618: _dl_allocate_tls_init: Assertion...

Thanks for the great work! I'm curious what the motivation behind using SiLU(x) as a basis function is. SiLU would set any negative input to practically zero, thus destroying the...

### Describe the bug Following [these](https://github.com/NVIDIA-Omniverse/orbit/blob/963f3045367be3ccdac4f0902ac2103fcbb6070f/docs/source/deployment/cluster.rst#L20) steps to deploy Orbit on a slurm cluster, there is a fatal error in creating the container stating that the destination /storage doesn't exist...

bug
documentation