-
Hi, thank you for sharing your work. I have several questions about your model.
First of all, I want to about can I use my own custom dataset to test your model?
Secondly, can I get 3D obj file a…
-
When upgrading from MONAI 0.9.0 to 1.0.0, my 3D segmentation code fails due to (most likely) new MetaTensor in transforms, when using DistributedDataParallel (multi-gpu)
the error is
`RuntimeE…
myron updated
10 months ago
-
Great paper and thank you for making the source code public. The quick start code works for me in a conda environment, but it would be nice if the code can support virtual environment.
I am running …
-
Hello,
(Cross posting this between [SetFit](https://github.com/huggingface/setfit/issues/500) and sentence-transformers)
We're investigating the possibility to use SetFit for customer service me…
-
It would be nice to have a `batch_first` option for `torch.utils.data` classes such as DataLoader. At the moment, tensors are handled in batch first form, in opposition to default `batch_first` option…
-
We keep this issue open to collect feature requests from users and hear your voice.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with 👍. (Remember …
-
### 🚀 The feature, motivation and pitch
The goal of this roadmap is to optimize CPU performance for PyG (including `torch_scatter`, `torch_sparse`).
For the first step, we will start with single…
-
Whenever I call the predict(...) method for a model, the following output is printed:
```
Predicting DataLoader 0: 100%|██████████| 1/1 [00:00
-
In file https://github.com/intel-analytics/BigDL/python/chronos/src/bigdl/chronos/forecaster/base_forecaster.py, the predict() does not support torch dataloader, but the fit API does support. If user …
-
Thanks.