jay678
jay678
I want to run this script, but my computer does not have a GPU. I tried to use the CPU to train, but it failed. How can it be compatible...
calflops version is: 0.3.2 code: from calflops import calculate_flops gru = nn.GRU(input_size=128, hidden_size=128, num_layers=1, batch_first=True) input_tensor = torch.randn(10, 32, 128) # (seq_len, batch_size, input_size) flops, macs, params = calculate_flops(gru, (10,...
hi, How to Optimize the Spectral Flatness of the Output RIR with Low-Frequency Attenuation?