Chuck Liu

Results 9 issues of Chuck Liu

I started to use this template since 2020 Oct. And I found that there are some features can be included to this template. I made them in my [repo](https://github.com/deeperlearner/Pytorch-Template). I...

#### environment - vim: 8.0 - vim-airline: 91a8ada - OS: Ubuntu 18.04 - Have you reproduced with a minimal vimrc: yes - What is your airline configuration: ``` let g:airline#extensions#tabline#enabled...

As title, is there any tensorflow-project-template that is based on tf version 2.x.x? Thanks!

According to the original paper, ![image](https://user-images.githubusercontent.com/30494216/80552047-07901800-89f8-11ea-9ee3-019af1772019.png) line 206 and 207 in solver.py should be changed into following: `out_cls = self.C(x_fake)` `g_loss_cls = CELoss(input=out_cls, target=speaker_idx_trg)` so that the g_loss_cls would train...

In the original tmux (before prefix + Ctrl-R) , the order of sessions are sorted by three types. Sorted by index, sorted by name and sorted by time. In tmux...

Fix issue #496 . add `predict_imgs()` function in predict.py to support predicting batch of image arrays.

https://github.com/milesial/Pytorch-UNet/blob/21d7850f2af30a9695bbeea75f3136aa538cfc4a/predict.py#L15-L19 This function seems to predict a PIL image a time. How can predict_img process a batch of images. For example, `full_imgs = np.random.rand(batch_size, 3, 112, 112)`.

In the section 4.5 of the paper: > All models are trained using an SGD optimizer with an initial learning rate of 1e−1 and batch size of > 512. The...

https://github.com/fdbtrs/Self-restrained-Triplet-Loss/blob/adb9421fb8171b530d1351a59763c3be6f0fd346/main.py#L141 It should be `cnn_optimizer.zero_grad() `