Skip to content
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

Question about training details #20

Open
LYFFF666 opened this issue Nov 20, 2023 · 2 comments
Open

Question about training details #20

LYFFF666 opened this issue Nov 20, 2023 · 2 comments

Comments

@LYFFF666
Copy link

Thank you for such a great work of open source source. When I was training, I encountered the problem of insufficient video memory, I would like to ask you what graphics card model you used during training? What is the memory size?

@baurst
Copy link
Collaborator

baurst commented Nov 30, 2023

Hi, thanks for the interest in our paper. We used V100 with 16Gb RAM for our experiments (single GPU, batch size = 1).

@LYFFF666
Copy link
Author

Thank you very much for your reply and help, but when I use python unsup_flow/cli.py --prod -c default sota_us sota_net , I met this warning:

/root/autodl-tmp/selfsupervised_flow-master/.venv/lib/python3.6/site-packages/tensorflow/python/framework/indexed_slices.py:449: UserWarning: Converting sparse IndexedSlices(IndexedSlices(indices=Tensor("gradient_tape/our_pillar_model/head_decoder_forward/construct_static_aggregation_4/static_aggregated_flow/weighted_pc_alignment/RaggedTile_4/Reshape_3:0", shape=(None,), dtype=int64), values=Tensor("gradient_tape/our_pillar_model/head_decoder_forward/construct_static_aggregation_4/static_aggregated_flow/weighted_pc_alignment/RaggedTile_4/Reshape_2:0", shape=(None, 3), dtype=float32), dense_shape=Tensor("gradient_tape/our_pillar_model/head_decoder_forward/construct_static_aggregation_4/static_aggregated_flow/weighted_pc_alignment/RaggedTile_4/Cast:0", shape=(2,), dtype=int32))) to a dense Tensor of unknown shape. This may consume a large amount of memory.
"shape. This may consume a large amount of memory." % value)

I wonder if this training instruction is correct, is there any configuration option in the config file that I didn't notice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants