redhat12345
redhat12345
@yaox12 I used to run your code but got the following error. Traceback (most recent call last): File "DeepCoral.py", line 117, in train(epoch, model) File "DeepCoral.py", line 77, in train...
@yaox12 Even I use Pytorch=0.4 but got the error: Traceback (most recent call last): File "DeepCoral.py", line 147, in train(epoch, model) File "DeepCoral.py", line 85, in train label_source_pred, loss_coral =...
@deep0learning good observation. For SHVN ---> MNIST using LeNet without adaptation the accuracy is 60%. And using CORAL it should be 79%.
@debasmitdas How you find this information? In D-CORAL they did not use any mean loss/ EuclideanLoss .
Thanks for the reply. Yeah it's working now.
Hi, May I know how you plot the graph for your paper? May I get the code for plotting graph, please?
Actually, I am talking about figure 3 and 8 in the paper.
@IssamLaradji May I know how you draw the Figure 8?
@IssamLaradji When I run the following command, I got the following error: $ python vis.py File "vis.py", line 11, in import datasets ImportError: No module named 'datasets' Traceback (most recent...