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
get Killed when i run this command fastqa_reader = readers.reader_from_file("./fastqa")
i ran the following commands:
git clone https://github.com/uclnlp/jack.gi
cd jack
pip install -e .[tf]
sh data/GloVe/download.sh
wget -O fastqa.zip https://www.dropbox.com/s/lftgh01zi60r9jv/fastqa.zip?dl=1
unzip fastqa.zip
from jack import readers
from jack.core import QASetting
from jack.io.load import load_jack
from notebooks.prettyprint import QAPrettyPrint
then i get error when i ran the upper command
The text was updated successfully, but these errors were encountered:
get Killed when i run this command fastqa_reader = readers.reader_from_file("./fastqa")
i ran the following commands:
git clone https://github.com/uclnlp/jack.gi
cd jack
pip install -e .[tf]
sh data/GloVe/download.sh
wget -O fastqa.zip https://www.dropbox.com/s/lftgh01zi60r9jv/fastqa.zip?dl=1
unzip fastqa.zip
from jack import readers
from jack.core import QASetting
from jack.io.load import load_jack
from notebooks.prettyprint import QAPrettyPrint
then i get error when i ran the upper command
The text was updated successfully, but these errors were encountered: