-
![b7f5d9cc8812a6ab2dc1757c60e088a](https://github.com/warmcat/libwebsockets/assets/53928704/d93f6092-6474-4e9c-a311-5806a30ad1cc)
I have a question, why does HTTP read one byte first, which is the …
-
I will log here news and api changes, feel free to subscribe to this issue.
-
I don't understand why this raises an error:
![Screenshot from 2023-05-03 15-33-11](https://user-images.githubusercontent.com/35968931/236025927-f1d225e6-a6f7-4f08-baea-ae2cc2a5f912.png)
```py…
-
https://github.com/blockwise-direct-search/bds/blob/463c431e5351d7f0785323127a88acac1779c4d9/src/bds.m#L321
`verify_postconditions` should be called at the very end, not in the middle.
-
I follow https://github.com/mingcv/YTMT-Strategy/issues/9 to run my custom image, but always faced the CUDA out of memory error.
My image is 3840x2160, and I resize it to 1920 x 1080. It still come…
-
https://github.com/blockwise-direct-search/bds/blob/f103771bebbf473d3627d3f581a74e380ce37250/src/private/permutation.m#L1-L32
Again, please, please, please, remove the unused variables, functions, …
-
### Describe the bug
Trying to run migrate colab scripts to runpod, followed along then ran into this error (at Run Training section)
### Reproduction
Running colab ipynb scripts on Jupyter Lab. F…
-
https://github.com/blockwise-direct-search/bds/blob/93121ff9fc188932ddb6b443110fc141fe0f8e5f/src/private/inner_direct_search.m#LL99C27-L99C27
There is no mistake, but it is better to write
```
…
-
https://github.com/blockwise-direct-search/bds/blob/93121ff9fc188932ddb6b443110fc141fe0f8e5f/src/private/inner_direct_search.m#LL100C1-L102C8
Rewrite the following
```
if sufficient_decrease
…
-
Move files to `private` whenever possible.
For example, I suspect that `warnoff` under https://github.com/blockwise-direct-search/bds/tree/main/tests can be moved to `private`.
This is ONLY AN …