You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Unable to look up model info. Are you sure you're running an activation server for this dataset? Current URL: http://localhost:8002
server and client are deployed on the same machine,
server start as the command:
python neuron_explainer/activation_server/main.py --run_model False --port 8000
client start as the command:
NEURON_VIEWER_ACTIVATION_SERVER_URL=http://localhost:8000 npm start