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
I am trying to solution for one of problem. After looking at read me file i felt that i can follow ur approach to solve my issue. I want to check make_data_loader function to find how to mounted azure dataset during training
The text was updated successfully, but these errors were encountered:
The way that the dataset is located is actually a bit tricky because it is managed by a "catalog" interface that is part of the MaskR-CNN implementation. We provide a custom catalog file in train/dataset_catalog.py that points to /data inside the Docker container.
We mount the dataset to this location within the training script by picking up the dataset that was passed in by the AzureML runtime and mounting it to the right location (see train/train_net_mount.py)
I am trying to solution for one of problem. After looking at read me file i felt that i can follow ur approach to solve my issue. I want to check
make_data_loader
function to find how to mounted azure dataset during trainingThe text was updated successfully, but these errors were encountered: