Loi Ly

Results 7 comments of Loi Ly

Before ``` =============================================================================================== Layer (type:depth-idx) Output Shape Param # =============================================================================================== ConvAttnRNN -- -- ├─Sequential: 1-1 [1, 512, 2, 8] -- │ └─Conv2d: 2-1 [1, 64, 32, 128] 9,408 │ └─BatchNorm2d:...

> Please remove this option from the "defaults" section. We shouldn't change the default behavior. The current default behavior is to show the recursive rows. The flag "recursive" should be...

I'm not sure about the representation of columns "input shapes" and "output shapes" of recursive layers. Should we hide them too?

> Please remove this option from the "defaults" section. We shouldn't change the default behavior. > > Also, I think the proposed output is quite confusing, since it looks like...

Open `cfg.py` file at line 455 and change to ``` conv_model.weight.data.copy_(torch.from_numpy(buf[start:start+num_w]).reshape_as(conv_model.weight.data)); start = start + num_w ``` worked for me

Just create an empty folder named "backup" in your PROJ_ROOT

You can check out Google Colab. It provides a free GPU for many hours for training. It's been a long time since I developed this project that I removed all...