-
Here's some tasks I didn't do while implementing dataloaders:
- [x] Custom caching
- [x] Priming/Clearing cache
- [ ] Batch schedule function
- [x] implement load_many
And maybe some more err…
-
@soumith
Currently, all the examples in C++ are related to image classification/ GAN. There are not many examples on text/nlp. I would like to include a starter example on sentence classification in…
-
Thank you for the amazing work. I was able to setup the BEVFusion inference using the model files given in the readme.
I want to use this pipeline for BEVFusion trained on my dataset, so as per the […
-
Me aparece un error como el que muestro a continuación
```
---- [Epoch 0/100, Batch 3/6] ----
+------------+--------------+--------------+--------------+
| Metrics | YOLO Layer 0 | YOLO Layer…
-
my config file
dataset_type = 'CocoDataset'
data_root = 'data/coco/'
backend_args = None
train_pipeline = [
dict(type='LoadImageFromFile', backend_args=None),
dict(type='LoadAnnotation…
-
I am using your code I don't know why its not running smooth many errors removed but still getting this error please specify the reason why its is happening??
My preferences
python 3.7
anaconda
…
-
Hi! I wanna train my personal data(1 class). can u give me some instructions?should i convert my data into coco format? thx!
-
### 🐛 Describe the bug
Hi,
Here is the results i observed when i was running my workload with PyTorch 1.13 on Ubuntu 20.04 to train RN50 with imageNet:
When i run 25 epochs, the error is thrown…
-
Hi I'm using the crnn-pytorch project to train a new model with my custom dataset, but when I run the command python train.py --data-path datatrain --test-init True --test-epoch 10 --output-dir snapsh…
-
### 🚀 The feature
Currently, `IterToMap` starts to load all data from prior `IterDataPipe` when the first `__getitem__` is invoked here.
https://github.com/pytorch/data/blob/13b574c80e8732744fee6ab9…