-
Hi, thank you for the excellent work! After reviewing the paper and the code, I think the loss function differs between them. In the code, it appears that the loss is calculated as the sum of all desc…
-
Hello, sorry to ask a running problem, when I run this function, will always stay here, stay for 16 h without the next step, the tutorial is written on 2~3h, when I look at the cpu occupancy, found th…
-
Description:
Fix the issue where the microphone stops functioning after being paused during recording. This prevents users from resuming their recordings without refreshing or restarting the session.…
-
### Check for duplicates
- [x] I have searched for similar issues before opening a new one.
### Description
This user program produces an illegal generated code:
![Image](https://github.com/user-a…
-
Currently functions in graph has to be synchronous -
```python
def foo(url: str) -> str:
pass
```
This is a problem because people might want async functions for functions that does IO.
`…
-
I have a Java Object which I inject into the JS context, in that object, 3 layers deep there is a function which I want to overwrite it's result, unfortunately I am unable to modify the Object itself,…
-
Install ALL functions and design
-
### Is your feature request related to a problem or challenge?
The basic aggregate functions like `COUNT` and `SUM` in DataFusion are *very* fast (see [Apache DataFusion is now the fastest single n…
alamb updated
2 hours ago
-
It would be nice to be able to delete an item off of the list
-
I am trying to port a CUDA code to AMDGPU. A lot of things already work, but I have a problem with the `floor` function, which seems to trigger a host call. I guess the warning mean that `floor` is no…