-
It happens after a while after running CMAES optimisation and then stalls the thread and nothing more is evaluated.
I use an Executor and it is happening for a problem that shouldn't be special in …
-
## Description
During tile extraction the ramdisk buffer feature is not compatible with MRXS format slides given they are made of multiple files unlike .svs
## To Reproduce
Steps to reproduce the…
-
### Short description of current behavior
I'd hoped https://github.com/mindsdb/mindsdb/pull/5222 would fix this, but it 23.3.5.0 is still erroring with `failed to find libmagic. Check your installat…
-
@jon-wurtz Proposed a structure like the following:
```python
class storage:
def __init__(self):
self.stored_tasks = []
self.stored_kwars = []
def get_bitstrings( A, …
-
Hi @emmakodes
Please check that the repository is up to the latest version of the workflows, structure etc
-
## Information
The problem arises in chapter:
* [ ] Introduction
* [ ] Text Classification
* [ ] Transformer Anatomy
* [ ] Multilingual Named Entity Recognition
* [ ] Text Generation
* [x ]…
-
Hi,
I try to solve contrained single-objective optimization with CMAES and the results I obtain look quite strange.
Regarding line #1235 of algorithms.py, it seems that contraints are not handl…
-
**Describe the bug**
Results are not reproducible given a fixed seed.
**To reproduce**
Steps to reproduce the behavior:
- I cannot reproduce results in my setup given a fixed seed, running…
-
After running the [imgui+PyGame integrating example](https://github.com/pyimgui/pyimgui/blob/master/doc/examples/integrations_all_in_one.py), I realized that I'd like to draw objects in the background…
-
### Bug description
`all_gather` function somehow produces negative values.
Here is the code snippet I have in `on_train_epoch_end` function:
```
if torch.any(self.query_labels < 0):
…