-
Go through and add more parameter sweeps to the unit tests.
-
### Current Behavior
My sweep config yaml file is the following -
```
program: main.py
method: grid
parameters:
dataset:
value: cifar10
num_classes:
value: 10
arch:
value…
-
Hello,
I am trying to write the following function in a more dynamic way:
```
with Measurement(get_measurement_name) as msmt:
for i in Sweep(sweep_elements[0][0],sweep_elements[…
-
https://www.w3.org/TR/SVG/shapes.html#RectElement
According to the spec, if rx, and ry are 0 the path is not closed.
1. perform an absolute moveto operation to location (x+rx,y);
2. perform an …
-
### Describe the bug
Wandb sweep agent cuts in the thread of Isaac Sim before calling app.update(), which causes the process to hang forever.
### Steps to reproduce
```python
# Copyright (c)…
-
Hello, thanks for providing the code.
I have some questions about calculating sensitivity, and I appreciate it if you could clarify them for me.
1. What values of `alpha` and `beta` should general…
-
### Describe the problem
Currently we only set the `ef_search` parameter when we init the index, usually on creation of a `Collection`. However, this parameter is actually per-query at the level of H…
-
Running [tutorials/data_driven/LSTM/hyperbola_calibration_mixed_hypertuning.py](https://github.com/GrainLearning/grainLearning/blob/68-rnn-integration-to-gl/tutorials/data_driven/LSTM/hyperbola_calibr…
-
Features of the dataset:
- from a species with a decent reference genome that is well annotated (or at least, as well annotated as any reference, which is not very well)
- fairly small dataset, or wit…
-
### Describe the bug
Suppose one wants to perform a hyper-parameter step in an ML pipeline and then wants to learn a model with the best hyper-parameter configuration found. Suppose also that one w…