-
Plugins are complex objects due to their interaction with the strategy state and the fact that they need to work with any strategy. In general, plugins that only read the strategy state are safe to im…
-
Versions:
Ubuntu 18.04
Cuda 11.2
Torch 1.11
I prepared data with COLMAP and started training on the custom dataset, dataloader loads data and its interrupts (seem's like I kill the process but I d…
-
File "\~/miniconda3/envs/pointocc/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 287, in _worker_loop
data = fetcher.fetch(index)
File "\~/miniconda3/envs/pointocc/lib/…
-
### Bug description
I need to get access to the `batch_size` in my `predict_step` to calculate the correct output index.
But the `self.trainer.predict_dataloaders[0].batch_size` always return `Non…
-
Hi there, thanks for providing the code for the CKA analysis. I have tried implementing this on my model, however, I keep on getting NaNs in the final output matrix. Any idea why this happens?
Thanks
-
## Problem:
GTC Recommender was built through custom code and shortcuts. We would like to leverage Merlin to make the deployment of the GTC Recommender much more easily.
## Definition of Done
…
-
## 🚀 Feature
Right now `collate_fn` creates the batch dimension as the first dimension. It should be possible to pass a parameter to choose to insert the batch dimension in a different position.
#…
-
```
Traceback (most recent call last):
File "tools/train.py", line 144, in
main()
File "tools/train.py", line 140, in main
train_detector(model,datasets,cfg,validate=args.validate,ti…
-
### Bug description
Running with the LightningCLI, MLflow logger, and `MLFLOW_TRACKING_URI` environment variable set causes an assertion failure with logging. I think using a remote tracking server…
-
## ❓ Questions and Help
I make custom cell and use eager execution on CUDA.
Then I meet segmentation fault to assign torach.cuda.FloatTensor to List tensor.
List Tensor is defined in __init(sel…
IAMAl updated
5 years ago