MAGAN icon indicating copy to clipboard operation
MAGAN copied to clipboard

Error running train.py

Open cartal opened this issue 7 years ago • 1 comments

Hi,

I'm trying to run the toy example, but I get the following error (See attachment). Any ideas of what may be the issue?

I have tried using a Linux server and a Mac laptop and I get the same errors.

Regards

screen shot 2018-09-24 at 16 48 07

cartal avatar Sep 24 '18 15:09 cartal

Changing from .utils import lrelu, nameop, tbn, obn to from utils import lrelu, nameop, tbn, obn worked for me.

nathan2wong avatar Oct 29 '20 21:10 nathan2wong