Pausing for now, train loop should now work and adding some tests
This commit is contained in:
@@ -6,7 +6,7 @@ import torch
|
|||||||
|
|
||||||
# Import visualization functions
|
# Import visualization functions
|
||||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||||
from scripts.visualize_predictions import visualize_prediction
|
from scripts.visualize_predictions import visualize_prediction # noqa: E402
|
||||||
|
|
||||||
|
|
||||||
def test_visualize_prediction():
|
def test_visualize_prediction():
|
||||||
|
|||||||
Reference in New Issue
Block a user