-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model's parameters going to be empty #19
Comments
From the traceback it would seem like your model.parameters() is empty. |
@mrlooi I am curious that what version of python did you use? I am working with conda to follow your step-by-step installation but it is not working in my docker of nvidia/cuda-9.0-devel |
It should work with python 2 and 3. Have you changed your torch version to 1.0 or 1.1? |
@mrlooi Yes I tried to run your code after changing the torch version. I tried many times but I am still stuck for the environment setting. Now I am trying to use your Docker files. Could you give me comment consistently when I give you errors?? Anyway, thank you so much for your comment so far. :) |
Hey no problem, I wouldn't use the docker file, it's not updated. |
❓ Questions and Help
Hello all
When I do execution the code below in my ubuntu terminal, I get the error RuntimeError: stack expects a non-empty TensorList. I am trying to train the model using MS-COCO 2017 datasets (train2017, val2017, test2017).
python tools/train_net.py --config-file "configs/rotated/e2e_ms_rcnn_R_50_FPN_1x.yaml" SOLVER.IMS_PER_BATCH 2 SOLVER.BASE_LR 0.0025 SOLVER.MAX_ITER 720000 SOLVER.STEPS "(480000, 640000)" TEST.IMS_PER_BATCH 1
This is my dependencies for this rotated_maskrcnn.
Could you give me any tips?
Best regards
Thanks.
The text was updated successfully, but these errors were encountered: