Closed AdityaSoni19031997 closed 5 years ago
Hello @AdityaSoni19031997 did you install from pip? If so, this feature is not yet available. The feature is only available currently if you work on the master branch, which you could install like this:
!pip install --upgrade git+https://github.com/zalandoresearch/flair.git
Yep I installed from pip! Thanks for the info guys, will pull the master branch :)
On Wed, 29 May 2019, 01:01 Alan Akbik, notifications@github.com wrote:
Hello @AdityaSoni19031997 https://github.com/AdityaSoni19031997 did you install from pip? If so, this feature is not yet available. The feature is only available currently if you work on the master branch, which you could install like this:
!pip install --upgrade git+https://github.com/zalandoresearch/flair.git
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zalandoresearch/flair/issues/762?email_source=notifications&email_token=AFNPJJUZKU2JOYFMOXA4I2DPXWB7ZA5CNFSM4HQF7OTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWNF7DI#issuecomment-496656269, or mute the thread https://github.com/notifications/unsubscribe-auth/AFNPJJQ4ELYBVI52JG7DJX3PXWB7ZANCNFSM4HQF7OTA .
PS Very New Flair User :)
Can't increase the num_workers...
To Reproduce
Expected behavior I expected to allow the
Trainer.train()
to increase thenum_workers
as such.. referenceTraceback
But it's defined here,
Enviornments