ofathy1981
ofathy1981
can any one show me how to input image dataset to that model and how to get results please
data_input, label = data data_input = data_input.to(device) label = label.to(device).long() Traceback (most recent call last): File "train.py", line 177, in data_input = data_input.to(device) AttributeError: 'list' object has no attribute 'to'...
i face problem setting up requirements in anaconda because of conflicts is there any way to overcome this thank you helped or not
please i need to understand the meaning of evaluation metrics calculate_roc calculate accuracy