Francesca
Francesca
DataLoader - but it wasn't giving me error before. Also, if I use SafeDataLoader and I run next(iter(dataloader)) it returns []. So, it seems like it is empty. But I...
This is the code: batch_size = 32 validation_split = .2 shuffle_dataset = False random_seed= 42 dataset_size = len(dataset_s) indices = list(range(dataset_size)) split = 480 if shuffle_dataset : np.random.seed(random_seed) np.random.shuffle(indices) train_indices,...
I have the same problem - any help?
i have the same problem even using the static launch. the marker is always empty and can not track the pedestrians in my bag file. Any help? Thank you! Francesca
did you solve the problem?
Thank you! :D
It is giving me some error when I run it - but it seems like now that is happening also for the lunarlender environment too -- not sure exactly why...
So, this is what I am getting with lunar lander -- it's not really an error but it remains stuck there while yesterday I was seeing the pop up simulation...
Same thing! But I guess I might have just to wait a bit longer for the code to run! Usually how long does it take to finish the training? And...