Machine-Learning-Collection icon indicating copy to clipboard operation
Machine-Learning-Collection copied to clipboard

A resource for learning about Machine learning & Deep Learning

Results 120 Machine-Learning-Collection issues
Sort by recently updated
recently updated
newest added

In the paper the authors have said, > " It consists of the repeated application of two 3x3 convolutions (unpadded convolutions), each followed bya rectified linear unit (ReLU) " So...

The issue is happening in WGAN-GP, using celeb dataset. Full error: `Traceback (most recent call last):` ` File "train.py", line 81, in ` ` gp = gradient_penalty(critic, real, fake, device=device)`...

Thanks for nice repo and your youtube explanation. I run your program, if I don't use pretrained model, where it initialized the weights ? Thanks a lot

it takes so long time. in get_evaluation_bboxes, it takes so much time to run below code, (about more than 10 hours) for idx in range(batch_size): nms_boxes = non_max_suppression( bboxes[idx], iou_threshold=iou_threshold,...

> RuntimeError: Given groups=1, weight of size [32, 3, 3, 3], expected input[30, 416, 416, 3] to have 3 channels, but got 416 channels instead I get an Runtime Error...

Hi guys, Congrats on your awesome work. Do you plan to add RL materials? It Would be nice to have :) Thanks :)

Implemented alternative way to make skip connections work in forward pass for UNET model. Instead of iterating with a step of 2 over `self.ups`, iterate over the `reversed(skip_connections)`. The indices...

Fixed the kernel_size of expand_conv in regard to https://github.com/aladdinpersson/Machine-Learning-Collection/issues/77 tested all efficientnet versions with the foward passes and all return torch.size([4, 10]) as they should Line 82: https://github.com/aladdinpersson/Machine-Learning-Collection/blob/master/ML/Pytorch/CNN_architectures/pytorch_efficientnet.py nn.Conv2d use...

In the 20. tutorial in TensorFlow/Basics, looks like a lot of people are struggling to download the data since [ISIC 2019](https://challenge2019.isic-archive.com) website having some problems while submitting emails to give...