Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Training huge hdf5 file in batches trigger DeferredInitializationError #19320

Answered by leezu
mickymount asked this question in Q&A
Discussion options

You must be logged in to vote

If you don't specify in_units= in gluon.nn.Dense(1), the number of in_units will be inferred from the first forward pass. If you don't want to infer them, just specify the in_units= argument when adding the Dense layer.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mickymount
Comment options

Answer selected by szha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants