Skip to content
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

make_ds function in tornet.data.tf.loader #6

Open
Higgs32584 opened this issue Nov 25, 2024 · 1 comment
Open

make_ds function in tornet.data.tf.loader #6

Higgs32584 opened this issue Nov 25, 2024 · 1 comment

Comments

@Higgs32584
Copy link

Hi, thank you again for curating and providing this dataset, I appericiate it, as I will be doing a research project on the data next semester.

So recently, I came across a couple of hurdles when I started utilizing the tornet package.

The first one was that tornet.data.tf lacks an init.py file, resulting in none of the subsection of the tf package being imported, this is an easy fix, as a blank .py file is all that is needed.

The second one was the overall lack of the make_ds function in tornet.data.tf.loader, a function that is refrenced in both.
/scripts/tornado_detection/test_tornado_tf.py
/scripts/tornado_detection/train_tornado_tf.py

Thank you again, and I look forward to hearing from you.

@tonyreisll
Copy link
Collaborator

Hello, thanks for pointing this out! train_tornado_tf.py and test_tornado_tf.py are old files that were accidently left in. I have therefore removed them. Refer to /scripts/tornado_detection/test_tornado_keras.py and /scripts/tornado_detection/train_tornado_keras.py for the latest version. I have also added the missing init.py file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants