wogong / pytorch-dann

A PyTorch implementation for Unsupervised Domain Adaptation by Backpropagation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: globals must be a dict

lwpyh opened this issue · comments

When I run your code ,I occored with the problem:TypeError: globals must be a dict.Have you meet the same problem?My environment is pytorch0.4.0,torchvision0.2.1,python3.6.4,How to deal with that?
.

Have solved!It's a bug. from test import eval is necessary!