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
@Ezward There's a problem with my model on simulator. I have overwritten the data(like location data, pos/x,y,z) received in dgym.py file but every time I train a model(with linear model) , even with a large amount of data, I still don't get an acceptable result. I tried to check if the manifest file and catalogs were used in the training process by filtering the whole image black and only relying on manifest and catalog files. but I still didn't get to the answer of if the manifest and catalog files are used in the training process. so I have two questions:
What can possibly be the reason I don't get the acceptable model?
where can I find the data passed into neural network? I want to check and see if the data I have overwritten is still passed to NN?
The text was updated successfully, but these errors were encountered:
@Ezward There's a problem with my model on simulator. I have overwritten the data(like location data, pos/x,y,z) received in dgym.py file but every time I train a model(with linear model) , even with a large amount of data, I still don't get an acceptable result. I tried to check if the manifest file and catalogs were used in the training process by filtering the whole image black and only relying on manifest and catalog files. but I still didn't get to the answer of if the manifest and catalog files are used in the training process. so I have two questions:
The text was updated successfully, but these errors were encountered: