-
I would like to optimize a Pytorch neural network with Nevergrad. How can I tell Nevergrad to optimize all parameters in the module that require grad (e.g., `params_to_optimize = filter(lambda p: p.re…
-
Hello!
I am benchmarking attention implementations, and trying to use flash attention for my variable length data and for some reason var length is much much slower than any other implementation, i a…
-
Hey people,
First of all thanks for the nice library 😺
I'm trying to export a `SentenceTransformer` to ONNX and I came across this nice [tutorial](https://github.com/oborchers/sentence-transfor…
-
I am new to GP . I am looking for the function which returns the mean and variance of the latent function (f) at the points Xnew.
It must be analogous to `Predict _y` Of GPflow library. [Link](http…
-
# Simplest Implementation of Diffusion Models | Emilio’s Blog
This tutorial presents the simplest possible implementation of diffusion models in plain pytorch, following the exposition of Ho 2020, De…
-
I imagine that the output of the pruning a convex neural network is no longer convex anymore, but if we get solid results, then who really cares? It may mean that it technically generalizes better any…
-
Hi,
I want to know how to create my own CNN from scratch and train it with lesser classes but with the features and efficiency of YOLO.
Can you tell me how do I do that? I want to use Pytorch f…
-
### System Information
opencv :4.5.4
python: 3.8.18
cuda:11.3
cuDNN:8.5
ubuntu:22.04
### Detailed description
Hello
I am executing Tutorial: Deep learning object detection
I am testing whet…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi, it is very nice for you to write such a great tutorial. I got this from the pytorch official tutorial and I think it can help a lot of people. But do you have any time line of posting the solution…