Skip to content

Commit

Permalink
Merge pull request #182 from sony/fix/20210106-remove-unnecessary-imp…
Browse files Browse the repository at this point in the history
…orts

Remove unnecessary imports
  • Loading branch information
YukioOobuchi committed Jan 18, 2021
2 parents 96bf68c + 3ca8709 commit 887320b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion GANs/munit/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from collections import OrderedDict

from args import get_args, save_args
from helpers import change_need_grad
from models import style_encoder, content_encoder, decoder, discriminators, recon_loss, lsgan_loss
from datasets import munit_data_iterator

Expand Down
1 change: 0 additions & 1 deletion GANs/munit/interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
from collections import OrderedDict

from args import get_args, save_args
from helpers import change_need_grad
from models import style_encoder, content_encoder, decoder, discriminators, recon_loss, lsgan_loss
from datasets import munit_data_iterator

Expand Down

0 comments on commit 887320b

Please sign in to comment.