You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing your code and I noticed that there are many errors in the code:
File model.py : 'ModifiedUNet' object has no attribute 'conv_last_single'
File data.py / class ToTensor: expected scalar type Byte but found Float
File data.py / class InferDataset: TestDataset is undifined
File data.py / class InferDataset / Function getitem: image is undifined
File train.py / ligne 49: validation_transforms not validation_tranforms
.
.
.
Is this the same code you used for the article?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I am testing your code and I noticed that there are many errors in the code:
File model.py : 'ModifiedUNet' object has no attribute 'conv_last_single'
File data.py / class ToTensor: expected scalar type Byte but found Float
File data.py / class InferDataset: TestDataset is undifined
File data.py / class InferDataset / Function getitem: image is undifined
File train.py / ligne 49: validation_transforms not validation_tranforms
.
.
.
Is this the same code you used for the article?
Thanks in advance
The text was updated successfully, but these errors were encountered: