-
Notifications
You must be signed in to change notification settings - Fork 99
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
DEEPCELL_ACCESS_TOKEN #694
Comments
https://github.com/vanvalenlab/deepcell-tf/blob/master/docs/source/API-key.rst |
Starting with deepcell v0.12.7, models and datasets are accessed via an authentication system in alignment with the license terms, particularly the provisions re: commercial use. The mods for the authentication system will begin responding shortly - apologies for any delays as we figure out the new system. Note that previously-published models such as Mesmer are still available in older versions, i.e. v0.12.6 and below. |
@rossbar Thanks for your reply, I tried using deepcell v0.12.2 and successfully obtained the previously-published model(Mesmer). |
@rossbar hello, I am still struggling with using Mesmer model by the code from deepcell.applications import Mesmer |
@DorisxinDU Mesmer is still available in older releases without the need for an API key. If you are getting exceptions related to access tokens, that means you are in an environment with deepcell-tf > 0.12.7. Please double-check your environment setup! |
Dear author, I have applied the token for my account: yang.liu@jax.org one week before. But I haven't got your reply. Would you please help me to get my token? Thank you! Best regards, Yang |
The problem is that I need help logging in. I wrote two emails asking for assistance. I requested a password reset, and nothing came off. No email to reset it. I have the same issue as mzj0418 |
Dear authors, I have attempted to apply the token, but upon logging in, I consistently receive a "mismatch" error. I have tried using both my work email and my personal email. Occasionally, I encounter a "500 Internal Server Error." I also attempted to reset my password but did not receive the reset email. Are there any restrictions on the application process? Could someone please assist me? Best regards, |
**ValueError:
DEEPCELL_ACCESS_TOKEN not found.
Please set your access token to the DEEPCELL_ACCESS_TOKEN
environment variable.
For example:
If you don't yet have a token, you can create one at
https://users.deepcell.org
**
To Reproduce
Steps to reproduce the behavior:
from deepcell.applications import Mesmer
app = Mesmer()
'
2.I tried to log in to the given website address (https://users.deepcell.org/login/) to get the token, but after registering and logging in it kept showing username and password mismatch, and forgetting the password and resetting it to send it to email never responded.
See error "Your username and password didn't match. Please try again."
Expected behavior
I want to run mesmer_segmentation successfully!
Screenshots
The text was updated successfully, but these errors were encountered: