-
Notifications
You must be signed in to change notification settings - Fork 7
Description
-
Reproducing DPM Results: While attempting to train the DPM (Dynamic Probabilistic Model) model, I encountered an issue with using the data from the "risk_assessment_dataset." Specifically, when attempting to train the model using data from the "syn_271_image.pkl" file within the "risk_assessment_dataset," I received the following error: "ModuleNotFoundError: No module named 'baseline_risk_assessment'." After conducting several tests, I suspect that there may be a missing "dataset.py" file within the DPM module in your GitHub codebase. Alternatively, could this issue be related to a deficiency in the ".pkl" file within the "risk_assessment_dataset"?
-
Training the Model on Non-PKL Datasets: It appears that your models are primarily trained and tested using ".pkl" datasets. However, you have provided another dataset, "1043," which contains raw data (images). Could you kindly provide guidance on how to train the models using the "1043" dataset, including the appropriate command(s) to execute this training?