hello1910

Results 4 issues of hello1910

Sorry for the inconvenience! my_generator.load_model('checkpoints/generator/checkpoint_biggest') leads to the following error: RuntimeError: Error(s) in loading state_dict for StackAugmentedRNN: Missing key(s) in state_dict: "rnn.weight_ih_l0", "rnn.weight_hh_l0", "rnn.bias_ih_l0", "rnn.bias_hh_l0", "rnn.weight_ih_l0_reverse", "rnn.weight_hh_l0_reverse", "rnn.bias_ih_l0_reverse", "rnn.bias_hh_l0_reverse". Unexpected...

Hi! I'm unable to find the transfer learning data-- transfer_data.smi. Do you potentially know what the cause might be? Thanks!

Thanks so much for this module! How would a user decide the number and sizes of the blocks' they're using, for the BCK in the convolution? I've looked at the...

Hi! Thanks so much for such a great code base. I noticed that the implementation of sca-cnn by the original authors applied doubly stochastic regularization to the attention context vectors....