Message from Python discussions
November 2018
— Now thats confusing
Why dont you just say: "Ok now I understand the origin of this, won't annoyingly debate any further"
— ∧ ∨ (not in ASCII)
— How is this not highly off topic (and annoying, stupid, pointless, …)
— Who said it's not offtopic?
— Sometimes you just go along with the discussion
— Hi does anyone knows something similar for pedestrian recognition ?
— Just copy the message
— From ai_machinelearning_big_data
PyTorch implementation of Google AI's BERT model with a script to load Google's pre-trained models
https://github.com/huggingface/pytorch-pretrained-BERT
— How could I delete a text that's after 2 empty lines?
— I'd do something like this: open two files, the one containing your text an a new file. Read lines on your files. As you read them append them to a variable (or directly write the line to the other file). Also, store the last 2 lines read. Make a condition that when both are newlines you break the loop.
— Hello, I need your advise. I need to parse five websites in a single csv. I really don't want to make a class for each parser or a python script, does anyone have such experience? Also, maybe someone has a parser he can show, just curious.