Skip to content

Change a typo num_samples -> num_sample so that make sampling work#14

Open
TheaperDeng wants to merge 1 commit intowilliamleif:masterfrom
TheaperDeng:typofix-branch
Open

Change a typo num_samples -> num_sample so that make sampling work#14
TheaperDeng wants to merge 1 commit intowilliamleif:masterfrom
TheaperDeng:typofix-branch

Conversation

@TheaperDeng
Copy link
Copy Markdown

In model.py there are two typos for each run_{} function.

    enc1.num_samples = 10
    enc2.num_samples = 25

should be changed to

    enc1.num_sample = 10
    enc2.num_sample = 25

because the encoder class has variable
self.num_sample

@TheaperDeng TheaperDeng changed the title Change a typo num_samples -> num_sample so that make sampling mechani… Change a typo num_samples -> num_sample so that make sampling work Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant