Peter

Results 11 issues of Peter

I try to run `attention.py` and it seems it's not possible to fit into memory for me. So I try do some tricks. One is to clean up and read...

Hello. I try to evaluate your script and got the following error message: ``` (base) C:\Users\cp\Python\attention-is-all-you-need-keras>python en2de_main.py Using TensorFlow backend. loading data/en2de_word.txt loading data/en2de.h5 loading data/en2de.valid.h5 seq 1 words: 3369...

Since Firefox version 48, Mozilla requires all add-ons to be signed. Until recently, Firefox support in Selenium was exclusively provided by an add-on. As this add-on is not currently signed,...

Hello. I use commands in exactly same way as before: ``` rS

driver-related

In documentation is written: switchToFrame(Id) Change focus to another frame on the page. Id can be string|number|null|WebElement Object. **If the Id is null, the server should switch to the page’s...

UnknownError

According to this topic: `https://stackoverflow.com/questions/46101552/cant-set-up-profile-with-latest-version-of-rselenium-for-firefox?noredirect=1` I'd like to know how to apply prefabricated firefox profile to RSelenium driver or, if it's too hard, how to use older version by simply...

I'd like to add option to behave the fill like chess queen, but can't find an option here. Is it there? How much effort to change the code? I tried...

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

question

About `python-vlc` usage: I've just used it and it worked. But realized, that the output doesn't match with a player itself although all bands had the same frequencies. Later realized,...

At this line `output_evaluation(inp)` I get error: ``` inp = "Little gray mouse fears big brown cat." output_evaluation(inp) ``` inp = "Little gray mouse fears big brown cat." output_evaluation(inp) Traceback...