-
In the distillation loss of continual-CLIP:
https://github.com/Thunderbeee/ZSCL/blob/main/cil/continual_clip/models.py#LL260C4-L260C4
Shouldn't you also do the opposite comparison too? Compare t…
-
First of all - thank you very much for this repository! You have made diving into Reinforcement Learning easier!
About the issue: I think you should use huber_loss instead of square_difference. Loo…
-
To happen on Notify's timeline when it makes sense for the product roadmap (may want to release after we update Terms of use).
Building on Sean's post on Covid Alert privacy work, post (or a series o…
-
Hello,
I have a Mi Band 2 (a cheap fitness bracelet with an optic heart rate sensor). I do not enable by default continuous heart rate monitor. To use the data the sensor provides in Urban Biker, I …
-
I posted this as an issue before ( https://github.com/openai/gradient-checkpointing/issues/4 ), however, neither of the suggestions appear to work. I get the same error with both methods suggested:
…
-
I noticed in the vignette it alludes to being able to stream data to sgd via bigmemory but I can't seem to find any examples of how to do this. Could you please provide some in the docs?
-
https://www.kaggle.com/rtlmhjbn/ip02-dataset
-
First, essential topics to develop teaching materials for:
- [ ] git / GiHub
- [x] OS licensing
- [ ] reproducible open science
Ideas:
[Scanned Documents.pdf](https://github.com/gwu-libraries/OSPO…
-
TL;DR:
```dart
final prisma = PrismaClient();
// Unsafe JSON params query
final user = prisma.user.findUnique.fromJson({
'where': {'id': 1},
'select': {'id': true, name: true},
…
-
In the Bristol-Cambridge-Oxford meeting on May 2, 2024 @venexia asked a question about keeping Git branches in sync with job-server workspaces. The question was prompted by an exchange with tech suppo…