Tony Robinson

Results 13 issues of Tony Robinson

Thank you very much for such an interesting paper and for making your code available. It was a pleasure to be able to run the code so easily on CelebA....

I'm getting inconsistent results, for example the code: ``` import yfinance.yfinance as yf print(yf.download('ISF.L ECAR.L', start='2021-03-01', end='2021-03-12', interval='1d', auto_adjust=True, group_by='ticker')) print(yf.download('ECAR.L ISF.L', start='2021-03-01', end='2021-03-12', interval='1d', auto_adjust=True, group_by='ticker')) ``` Yields: ```...

I wanted to code something 'smart' for my smartwatch and as 2048 and Game of Life were already done I chose Four in a Row. There is a wonderful Kaggle...

On a clean install and with no images to view wasp/apps/gallery.py gives `NameError: name 'FileNotFoundError' isn't defined`. It works as expected with 'make sim', it appears to be a python3/micropython...

doc/RESULTS.md contains "Validation entropy" and "Test entropy" for a range of experiments on the "One Billion Word Benchmark" The "Validation entropy" number is exactly the same as the "Test entropy"...

Hackaday features all sorts of interesting things (that's how I got here) including a clock that shows the time using the resistor colour code ([hackaday](https://hackaday.com/2021/07/15/a-perfect-clock-for-any-hackers-ohm/)). This is trivial to write...

Unfortunately I got in a right mess with #459 and no longer had the confidence I was doing the right thing. This PR addresses the known issues with #459, namely...

We are often short on space, but in fact we have oodles of space in /flash (4MB SPI NOR XT25F32B), just it's not commonly used. At the moment we have...

README.md refers to option `--nce`, for example `python main.py --cuda --noise-ratio 10 --norm-term 9 --nce --train` `example/utils.py` does not have `--nce` in `setup_parser()` Result: ``` think0 tonyr: python main.py --nce...

A long long time ago, back in the days when n-gram modelling ruled, our LMs didn't carry context over from one sentence to another. In the current era of LLMs...