Skip to content

Commit

Permalink
Merge pull request #1 from nisargjoshi10/master
Browse files Browse the repository at this point in the history
fixed import error
  • Loading branch information
oriondollar authored Feb 5, 2021
2 parents 417fc78 + a23a540 commit 6a0fb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/parsers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import argparse
from TransVAE.transvae.trans_models import TransVAE
from TransVAE.transvae.rnn_models import RNN, RNNAttn
from transvae.trans_models import TransVAE
from transvae.rnn_models import RNN, RNNAttn

def model_init(args, params={}):
### Model Name
Expand Down

0 comments on commit 6a0fb8d

Please sign in to comment.