-
Updated
Jun 7, 2020 - Jupyter Notebook
pytorch-implmention
Here are 168 public repositories matching this topic...
-
Updated
Jun 1, 2020 - Python
I add a function(according the code in the tutorial4) to calculate the bleu score, but i get the vey low score(0.09), could you tell me why?
This is code to calculate bleu:
def translate_sentence(sentence, src_field, trg_field, model, device, max_len = 50):
model.eval()
if isinstance(sentence, str):
nlp = spacy.load('de')
tokens = [token.te
-
Updated
Apr 9, 2020 - Python
Need help for retraining and cross validation and see if the ROUGE score matches exactly (or better) with the numbers reported in the paper.
I just train for 500k iteration (with batch size 8) with pointer generation enabled + coverage loss disabled and next 100k iteration (with batch size 8) with pointer generation enabled + coverage loss enabled.
It would be great if someone can help re-r
-
Updated
Jun 2, 2020 - Python
I have trained almost 80thousand examples within 2000 labels,valid acc almost 92%,but test result all example prob is blew 0.01.
I have tried tranning examples to predict.
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 29, 2019 - Python
-
Updated
Jul 8, 2019 - Python
-
Updated
Jun 6, 2020 - Python
-
Updated
Mar 30, 2020 - Python
-
Updated
Jun 8, 2020 - Python
-
Updated
Mar 4, 2020 - Jupyter Notebook
-
Updated
Dec 23, 2018 - Python
-
Updated
Apr 12, 2019 - Python
-
Updated
Jun 2, 2020 - Jupyter Notebook
-
Updated
Feb 3, 2019 - Python
-
Updated
Oct 18, 2017 - Python
-
Updated
Jul 26, 2019 - Python
-
Updated
Jun 28, 2019 - Python
-
Updated
Apr 18, 2019 - Python
-
Updated
Jan 20, 2019 - Jupyter Notebook
At the outset, this is a great implementation of StyleGAN in PyTorch. I really like the way the modules are structured.
This is more of a suggestion from my side:
Seems like you are not sanitizing your gradients in the code. Please check this from the official StyleGAN implementation.
I am currently
-
Updated
Jun 8, 2018 - Jupyter Notebook
-
Updated
Apr 1, 2019 - Python
-
Updated
Sep 13, 2018 - Python
-
Updated
Feb 13, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the pytorch-implmention topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pytorch-implmention topic, visit your repo's landing page and select "manage topics."
Thanks for your tutorial from scratch. It helps me a lot.
In article part 3, there are some codes you wrote. I copy that codes but some error for me.
TypeError: forward() missing 1 required positional argument: 'CUDA'
and I want to ask you that training module is the only left work