-
## Describe the issue linked to the documentation
### Context
We discussed with @glemaitre and @GaelVaroquaux about documenting missing-values practices for prediction in scikit-learn as part of…
-
My understanding is that the [current API](https://kernelci-api.eastus.cloudapp.azure.com/latest/docs) contains a set of primitive operations that more or less match 1-to-1 to database queries.
Som…
-
```python
class simple(nn.Module):
def __init__(self):
super().__init__()
self.conv1 = nn.Conv2d(3, 32, 3)
self.deconv1 = nn.ConvTranspose2d(32, 3, 3)
simple_model …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
An expert in TPU compiler writing can potentially introduce sampling techniques into programs for specific purposes. Here's a breakdown of the concept:
**Sampling for TPU Programs:**
* **Expert-…
-
## Description
I'm researching hybrid cloud deployments for a client that has some reserved GPU capacity coming online in a data center in Texas here in the coming weeks. I'm pretty sure we're going t…
-
## Typology of Efficient Training
- Data & Model Parallel
- Data Parallel
- Tensor Parallel
- Pipeline Paralle
- Zero Redundancy Optimizer(ZeRO) (DeepSpeed, often work with CPU offloadi…
-
How hard would it be to add windows build/unit tests as pre-merge check?
Thank You
-
🚀 *Dynamic Personas support* 🌟
Requirements for the personas:
- Phase 1: Still client-side, but some support for server-side
- Dynamic persona support, remove hardcoding
- Stored in a state sto…
-
I have just read MSR report on winning ImageNet 152-layers network: http://arxiv.org/abs/1512.03385 I suggest to discuss how to implement residual blocks flexibly in Lasagne. For those who don't have …