-
There are some diagrams that do not carry FN objects, should we keep them?
-
# Done-list:
## TODO:
- [x] as Method in `IOKW_State` defined.
- [x] `OK` – LFC (Latebound Function Call) implemented
- [x] `NOK` – LFC implemented
- [x] `Core`
## Unittests:
- [x] Normal Usecase
## E…
-
Hello, thanks for great work!
I am trying to running the code with 3D data you provided, but I got this error. I set up Ubuntu Docker:
Operating System: Ubuntu 22.04 (FROM ubuntu:22.04)
Conda V…
-
We should try to emulate the Fn key of Mac keyboards.
https://apple.stackexchange.com/questions/340607/what-is-the-hex-id-for-fn-key might help.
-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
On KissLinux:
>main.zig
```zig
const c = @cImport({
@cInclude("stdio.h");
});
pub fn main() !void {
_ = c.puts…
-
hello, I am using my collected dataset to train ACT, but the varying lengths of each trajectory in the dataset are causing errors as follows. Could you please advise on any methods to resolve this iss…
-
When i ran python importance.py to calculate the importance, i met an error:`KeyError: 'encoder.layers.0.self_attn.in_q'`
After that, i recorded all the modules' name which successfully executed hook…
-
### Code
I tried this code:
```rust
pub fn foo(_: &i32, _: &i32) {}
pub const _: [for fn(&'r i32, &'r i32); 2] = [foo, foo];
| ^^^ exp…
-
### Zig Version
0.14.0-dev.1694+3b465ebec
### Steps to Reproduce and Observed Behavior
A global variable, of type an enum with 4 fields, sometimes updates incorrectly on WASM :
src/main.zig:
``…
-
## 🐛 Bug
Hi, we are using lightning with litdata on our local machine and aws s3 system. However, training would hang randomly during the very first iterations with ddp and remote cloud directory.
…