-
This issue will collect all feedback submitted via the feedback form at the end of each tutorial
----
Results have been [aggregated](https://nbviewer.jupyter.org/github/bebatut/galaxy-training-m…
-
I'm trying to use Clock Signal as a Mac emulator. I'm using the 2024-01-22 release on Monterey on an Intel Mac. I've never used the app before so this is first-run setup.
I've tried both the hard d…
-
Hi ,
The tensorboard config present by default in Deepspeed only provides logging for train/loss and train/lr . This feature however is quite limited , for eg in my training :
inputs = data.to(mod…
-
One of the promises of early Shadow DOM (and several other Parkour-descended products) was that while we would build the first version as an imperative (JS-based) API, for flexibility and composabilit…
-
As per https://github.com/w3c/csswg-drafts/pull/9523, both documents can specify "types" for the cross document view-transition, which affects the `:active-view-transition` selector.
Note that these …
noamr updated
7 months ago
-
Realm for Android looks awesome; however there are some Android specific use cases where certain elements work better when backed by a Cursor (http://developer.android.com/reference/android/database/C…
-
I have read this issues #145 #124 and saw this repo https://github.com/JDare/GodotSteamHL but I still don't quite understand what exactly is the problem with integrating HLAPI with Steam's networking …
ghost updated
7 months ago
-
The following code:
```ocaml
let f n ls =
let[@local] rec loop acc = function
| [] -> acc
| _ :: xs -> loop (acc + n) xs
in
loop n ls
```
results in the following compile warnin…
-
So I was thinking about the following idea.
It is probably completely bogus, but I would definitely investigate it when and if I had the time to, so maybe someone else would be interested as well.
…
-
Since there is a new Scripted metric aggregation (scripted_metric) in 1.4, it is possible to do a lot of amazing stuff.
For example it is possible to implement Weighted Average aggregation, which we …