Dreamer

Results 17 issues of Dreamer

Traceback (most recent call last): File "test.py", line 58, in denoiser = torch.nn.DataParallel(denoiser, device_ids=gpus_list) File "/home/ali/anaconda3/envs/torch/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 136, in __init__ _check_balance(self.device_ids) File "/home/ali/anaconda3/envs/torch/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 19, in _check_balance dev_props = [torch.cuda.get_device_properties(i)...

Below Replace with the IAA augmented method transform = torchvision.transforms.Compose([ transforms.Resize((224, 224)), transforms.ColorJitter(hue=.05, saturation=.05), transforms.RandomHorizontalFlip(), transforms.RandomRotation(20, resample=PIL.Image.BILINEAR), transforms.ToTensor() ]) x, y = self.transforms(images=self.x[None, index], segmentation_maps=self.y[None, index]) TypeError: __call__() got an...

nextflow run dummydataset.nf --epoch 10 -c nextflow.config -resume N E X T F L O W ~ version 21.04.3 Launching `dummydataset.nf` [drunk_curie] - revision: 2c82bdc18e executor > local (2) [d7/7078ce]...

Thanks for your outstanding work. Can you share the version of the test.py code that outputs the values of LV MYO RV? Besides, I have successfully run your code but...

Can you please share your preprocessed BUSI dataset on [email protected]?