-
Our popular online course [Learning Bitcoin from the Command Line](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line) has some basic chapters on C-Lightning, but we need more…
-
Code base: https://github.com/ElementsProject/lightning
Docs: https://lightning.readthedocs.io/
Todo:
1. implement `ClightningClient` as [`SwapClient`](https://github.com/ExchangeUnion/xud/blob/…
-
I am testing out the new c-lightning beta plugin. I have installed Lua, luarocks, wireshark, and the special lightning-cli. Wireshark can detect lightning packets but cannot decrypt them.
![wiresh…
-
We currently have approximately 548 unique dependencies (after the rust-bitcoin migration concludes):
```
$ cargo tree --workspace --prefix none --prune bitcoin@0.29.2 --prune bitcoin@0.30.2 | gre…
-
Hey when i run it on windows , i got this error , how to solve it can u help please
F:\SSCAmea\RVT-master>python train.py model=rnndet dataset=gen1 dataset.path=F:\SSCAmea\gen1 wandb.project_name…
-
**Describe the bug**
I created 2 Clightning and 2 bitcoin nodes but i'm getting error on starting the setup. Bitcoin nodes are starting perfectly fine but i'm getting error in other 2 CL nodes. in Do…
-
On most devices, the microphone does not work through the usb-c / lightning port, after connecting, or if the microphone was before the start of broadcasting, then audio does not go. And through 3.5 j…
-
### Bug description
When interrupting a run with Ctrl+C, the WandbLogger does not upload a checkpoint artifact
### What version are you seeing the problem on?
v2.4
### How to reproduce the bug
_N…
-
您好,我这边下载了您的权重文件,运行
python demo.py -c name=4x-epoch=84-step=1649340.ckpt
报错信息
Traceback (most recent call last):
File "demo.py", line 116, in
FontDetector.load_from_checkpoint(
File "/…
-
### Bug description
Am launching a script taht trains a model which works well when trained without ddp and using gradient checkpointing, or using ddp but no gradient checkpointing, using fabric to…