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
I'm trying to just run a simple pretrained model following the instructions on the from the readme
Traceback (most recent call last):
File "jack_test.py", line 4, in <module>
fastqa_reader = readers.reader_from_file("./fastqa_reader")
File "/jackthereader/jack/jack/readers/implementations.py", line 60, in reader_from_file
shared_resources.load(os.path.join(load_dir, "shared_resources"))
File "/jackthereader/jack/jack/core/shared_resources.py", line 70, in load
for f in os.listdir(path):
NotADirectoryError: [Errno 20] Not a directory: './fastqa_reader/shared_resources'
Looking instead the the director. shared_resources is indeed not a directory. There is a shared_resources_vocab directory.
Any thoughts?
The text was updated successfully, but these errors were encountered:
On Wed, Aug 15, 2018, 09:15 Paul Groth ***@***.***> wrote:
I'm trying to just run a simple pretrained model following the
instructions on the from the readme
Traceback (most recent call last):
File "jack_test.py", line 4, in <module>
fastqa_reader = readers.reader_from_file("./fastqa_reader")
File "/jackthereader/jack/jack/readers/implementations.py", line 60, in reader_from_file
shared_resources.load(os.path.join(load_dir, "shared_resources"))
File "/jackthereader/jack/jack/core/shared_resources.py", line 70, in load
for f in os.listdir(path):
NotADirectoryError: [Errno 20] Not a directory: './fastqa_reader/shared_resources'
Looking instead the the director. shared_resources is indeed not a
directory. There is a shared_resources_vocab directory.
Any thoughts?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#389>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABU6G9naLfLa-B1v1lYmuIVje2UAmq2Mks5uRB8DgaJpZM4V-FTi>
.
I'm trying to just run a simple pretrained model following the instructions on the from the readme
Looking instead the the director. shared_resources is indeed not a directory. There is a shared_resources_vocab directory.
Any thoughts?
The text was updated successfully, but these errors were encountered: