Bingyu Cui
Bingyu Cui
You can rewrite the data path in catalogue.yaml, then you need to run the catalogue.py to create a .pkl file. If you would like to train your smaller dataset in...
> Hello, > > Can you please provide the contents of your `configs/train/data_config.json` file? { "track": "RandomEvents", "train_pickle": "pickle/grid_dict.pkl", "test_pickle": "pickle/grid_dict.pkl", "negative_pickle":"pickle/negatives_only.pkl", "inputs": ["pre_event_1","pre_event_2", "post_event"], "channels": ["vv","vh"], "water_percentage": "[0,100]", "data_augmentations":false,...
Thank you for your help. I could run it successfully. However, a new problem has now arisen, as shown below: (0) Train Loss: 1769.0631: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 93/93 [01:45
Thanks for your help, but this one never decreases in loss and does not increase in mIOU when training with this model.