Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta Binomial, Cumulative Attention, and other changes #92

Merged
merged 7 commits into from
Dec 7, 2020

Conversation

rafaelvalle
Copy link
Contributor

No description provided.

@rafaelvalle rafaelvalle merged commit a5a8ef3 into master Dec 7, 2020
@serg06
Copy link

serg06 commented Dec 8, 2020

Two issues:

1: requirements.txt needs to be updated because scipy==1.0.0 doesn't support Beta Binomial:

(flowtron) C:\repo\flowtron-clean>python train.py -c config.json
Traceback (most recent call last):
  File "train.py", line 27, in <module>
    from data import Data, DataCollate
  File "C:\repo\flowtron-clean\data.py", line 26, in <module>
    from scipy.stats import betabinom
ImportError: cannot import name 'betabinom'

2: How do we install radam? My code is failing here and I can't figure out what to pip install or conda install:

(flowtron) C:\repo\flowtron-clean>python train.py -c config.json
Traceback (most recent call last):
  File "train.py", line 29, in <module>
    from radam import RAdam
ModuleNotFoundError: No module named 'radam'

Edit: Looking at your commits, looks like this is solved now. Thanks!

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.

None yet

2 participants