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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: