-
Hi,
When I am running node on test chain (`./digibyted -testnet`) I cant generate block template for mining. I am receiving error
```
error code: -9
error message:
DigiByte is not connected!
…
-
### 🐛 Describe the bug
The following code reproduces the bug:
```python
import torch
x = torch.tensor([0.0, -0.0])
print(torch.pow(x, 0.5), torch.pow(x, 0.6))
```
prints
```
tensor([0.,…
-
已经添加了 warp 作为 proxy , curl 报错这个是什么造成的{"detail":"Proof of work difficulty too high: 000032"}
-
We just setup Azure AD. The first login / registration works like a charm. But when we logout and login again, we get the following error:
```
Request: POST /auth/azure/callback
** (exit) an exce…
-
#define FREQ_DIV ( double )(2
-
No matter what configuration I try, I get no hashes forwarded to pool.
Counter is counting on Xcode debug area but none of the hashes appear on pool's site.
Neither directly using pool's IP or indir…
-
https://alpacahack.com/challenges/frozen-cake
-
Hello and congrats for this nice repo!
I was looking in the implementation of the regularization loss and I don't know if it matches the original paper.
In the [feature_transform_regularizer](ht…
-
Directly installing the packages from the ipynb file may not work, because many packages have not been updated to the newer python environment. You can work it out yourself but it would take some tim…
-
```
function someFunction(x, y, callback) {
var pow = function (x, n) {
if (n !== 1) {
return x *= pow(x, n - 1);
}
else {
return x;
…