refactor #26

Merged
s481834 merged 34 commits from refactor into master 2024-06-04 13:25:11 +02:00
Showing only changes of commit 34bfe78218 - Show all commits

View File

@ -14,7 +14,7 @@ fertilizer = {labels[0]: 'kompost', labels[1]: 'saletra amonowa', labels[2]: 'su
torch.manual_seed(42)
device = torch.device('cuda')
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
def getTransformation():
transform=transforms.Compose([