-
I noticed that `cycles.detect_cycles()` loops through each frame of `ts.data` to determine which frames exceed the defined threshold. Avoiding loops would improve efficiency, especially if users have …
-
## Executive Summary
This use case submission demonstrates how to derive an SCI score for a CI/CD pipeline. I will be using GitHub as an example, but it works also in GitLab, Jenkins etc.
The t…
-
Hi all,
I wanted to understand the working methodology of geomtime and num_domain.
Say, I have a scaled spatial domain in x-direction from 0 to 1 and scaled time domain from 0 to 1:
```
geom = dde…
-
Hi,
I find that if using the `estimator.sampling` and `nerfacc.volrend.rendering` to get the rgb values, there are **two sigma queries** for the valid sampling points. Can we use the sigma value qu…
-
Issue to track the Photon toy example as discussed in https://github.com/nrc-cnrc/EGSnrc/discussions/658#discussioncomment-258317 by @ftessier. The text from there is copied in below.
---
Access…
-
### Open Task RFP for Porting real-world ML model(s) into ZK
Project: [Porting real-world ML model(s) into ZK](https://github.com/privacy-scaling-explorations/acceleration-program/issues/3)
#### …
-
I really enjoy this guide! However, I am not sure what the advantage of `prefetch_generator` is. It seems that DataLoader in pytorch has already supported prefetching.
Thank you!
-
I am writing process and calc functions for other covariates that I need in my own project.
I would like to open a discussion on the spatio x temporal case.
Let's say I want to create a model of…
-
I think this is the same issue as #2292 which was closed without a resolution. I have a feature with an ignored scenario that's called by other scenarios in the same feature. Additionally in the Backg…
-
Currently, we use the `[UINT16_MIN, UINT16_MAX]` range for floating-point audio sample streams which is pretty arbitrary. The `[-1.0f, 1.0f]` range is standard and more logical (so less surprising to …