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 managed to obtain the channel's frequency response h_freq which has a shape of TensorShape([1, 126, 1, 9, 128, 14, 300]) corresponding to [num_steps, num_ut, num_ut_ant, num_bs, num_bs_ant, num_ofdm_symbols, num_subcarriers]. This is a very large tensor to handle on my local hardware. I am currently facing issues with applying regularized zero-forcing precoding to my channel as such
For completeness, dl_power has a shape of TensorShape([1, 9, 14, 14, 600]) which corresponds to [batch_size, num_bs, num_streams_per_bs, num_ofdm_sym, num_subcarriers].
I am wondering if there is a safe way to batch h_freq into chunks for easier processing through the precoded channel. I run on CPU and my RAM size is 16 GB.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to obtain the channel's frequency response
h_freqwhich has a shape ofTensorShape([1, 126, 1, 9, 128, 14, 300])corresponding to[num_steps, num_ut, num_ut_ant, num_bs, num_bs_ant, num_ofdm_symbols, num_subcarriers]. This is a very large tensor to handle on my local hardware. I am currently facing issues with applying regularized zero-forcing precoding to my channel as suchFor completeness,
dl_powerhas a shape ofTensorShape([1, 9, 14, 14, 600])which corresponds to[batch_size, num_bs, num_streams_per_bs, num_ofdm_sym, num_subcarriers].I am wondering if there is a safe way to batch
h_freqinto chunks for easier processing through the precoded channel. I run on CPU and my RAM size is 16 GB.Beta Was this translation helpful? Give feedback.
All reactions