ismael-elatifi

Results 7 comments of ismael-elatifi

@shionhonda can you please provide the `vocab.pkl` because we need it to compute the fingerprints with your pretrained network ?

> I don't have a Windows machine to repro this on, but [this](https://stackoverflow.com/questions/32167418/python-pip-install-trouble-shooting-permissionerror-winerror-5-access-is) SO answer says to either use a project environment (ex: conda or virtualenv) or run with administrator...

I faced the same issue and finally managed to install xlearn on Windows 10 with MINGW64 (Git Bash) and Visual Studio 16 2019. Here are the commands I used :...

I have same issue. Sometimes, I have only Build failed with no error message : ![image](https://github.com/intellij-rust/intellij-rust/assets/34744140/8292340b-53c7-4faf-a94b-e7c9e56eb5e7) In WSL terminal I always have full error message with `cargo test` . Here...

As I explained [here](https://github.com/jupyter/notebook/issues/2340#issuecomment-732164654) , a simple way to achieve this would be to add a mode to send a cell to kernel for execution only when previous cell execution...

> I was brainstorming ideas about how to expose the execution queue to users. > > The kernel execution queue can be populated by any connected client, so it's not...

> > **`Remove cell and cells below from queue`** > > Not trying to be pedantic, I just want to check I understand the proposal. When you say "cells below...