Marcus Fraaß

Results 31 comments of Marcus Fraaß

Do you run the code on your local machine? Have you tried it on Colab? At which line does the code break? ``` transfer_model.fc = nn.Sequential(nn.Linear(transfer_model.fc.in_features,500), nn.ReLU(), nn.Dropout(), nn.Linear(500,2)) ```...

OK. I think I get what you mean, but unfortunately it seems that in your comment some explanations (after the respective colons) are missing/not printed.

These are broken links, many of them have been former posts on flickr - it is quite usual that some links tend to be broken after a while. I think...

And see here for a link to a zip file containing more images: https://github.com/falloutdurham/beginners-pytorch-deep-learning/issues/13#issuecomment-602217738

There's a closed issue related to this - with a link to a zip file: https://github.com/falloutdurham/beginners-pytorch-deep-learning/issues/13#issuecomment-602217738

That error is currently under review, see the package's [open issue](https://github.com/ssut/py-googletrans/issues/280). I'll open a PR. --> Please try `googletrans==3.1.0a0` instead. It's a temporary fix, but its effectiveness seems to depend...

I haven't tried nor tested it, but I've also encountered an alternative (for non-commmercial usage) called `google_trans_new`: https://github.com/lushan88a/google_trans_new

Hi! Yes, I am planning to upload a second notebook fully compatible with the new api features, but there still need to be some changes and tests made. Currently I've...

You are welcome, I am going to leave a message here once the final version is pushed. If you focus on processing text data, the [Hugging Face library](https://huggingface.co/) and [spaCy...