-
The current quantiles implementation has served us well, but may need to be redone. It was, I believe, the result of a quick whiteboard session rather proper research of existing algorithms.
It has …
-
my code as below:
```
import torch
x = torch.ones([1], requires_grad=True) # weight
w = torch.tensor([0.2], requires_grad=True) # lr
def f(x):
x = x.cuda()
return torch.pow(x, 2).su…
-
**Submitting author:** @ajgates42 (Alexander Gates)
**Repository:** https://github.com/Hoosier-Clusters/clusim
**Version:** v0.3.2
**Editor:** @VivianePons
**Reviewers:** @pajaskowiak, @adavidzh
*…
-
With *some* frequency, ui-classic travis is red because of changes made in other repos.
This issue exists to track those - please mention this issue in any PR which breaks ui-classic travis (or fix…
-
## 📚 Documentation
Training a model with `torch.autograd.set_detect_anomaly(True)` causes a severe memory leak because every line of code that is executed is stored in memory as a string. As far I …
-
when i run the command "python3 src/main.py --config=qmix_smac --env-config=sc2 with env_args.map_name=2s3z".The output comes "File "/usr/local/lib/python3.5/dist-packages/websocket/_socket.py", line…
-
Thank you for the wonderful post!
I have a question.
I want to detect pen anomalies using arcface.
Image data already exists.
-
BREAK when running build.sh, step 23.
CODE:
RUN pip3 install git+https://github.com/oxwhirl/smac.git
ERROR:
Successfully built SMAC absl-py future mpyq portpicker s2protocol ordered-s…
-
I'm setting the last layer to Tanh, just for testing purposes instead of None like:
LinearLayer(width_layer,1,activation=nn.Tanh())
and get an error
```
-------------------------------------------…
-
or, more accurately, de-focus all but the closest.
the [cursor.focus](https://github.com/leeoniya/uPlot/tree/cursor.focus) branch is a mostly-complete implementation of this dygraphs' `highlighted-…