Support python3 and pytorch 0.2

This commit is contained in:
Shangtong Zhang
2017-10-26 23:01:57 -06:00
parent 1b6de16b4f
commit 6682937b54
12 changed files with 33 additions and 28 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
from conv_network import *
from shallow_network import *
from continuous_action_network import *
from .conv_network import *
from .shallow_network import *
from .continuous_action_network import *