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
If everybody is ok with that, I propose to move the sources and the models in two separate folders.
The organisation would be like:
src
prepare_data.py
set_images.py
anyothercode.py
models
my_model_0.py
my_cnn.py
run.py
So the code would look like python run.py --source ../data --results ../results --model my_cnn with maybe some extra arguments for the models such as load_weights ?
The text was updated successfully, but these errors were encountered:
If everybody is ok with that, I propose to move the sources and the models in two separate folders.
The organisation would be like:
src
prepare_data.py
set_images.py
anyothercode.py
models
my_model_0.py
my_cnn.py
run.py
So the code would look like
python run.py --source ../data --results ../results --model my_cnn
with maybe some extra arguments for the models such asload_weights
?The text was updated successfully, but these errors were encountered: