ExtReMLapin

Results 57 issues of ExtReMLapin

Benchmark mandelbrot My LuaJIT BF Engine runs it in 1.870 secs https://github.com/ExtReMLapin/fast_brainfuck.lua/blob/main/torture%20test/mandel.b

Implement tables metafunctions

todo

The hooks BoughtPermaHouse and SoldPermaHouse should also contain the price

enhancement

Get rid of table.HasValue and use hashtables instead

enhancement

Sometimes SteamID() is used and sometimes it's SteamID64()

enhancement

Hello, I'm using face-alignement in [first-order-model](https://github.com/AliaksandrSiarohin/first-order-model) repo, especially the [crop-video.py](https://github.com/AliaksandrSiarohin/first-order-model/blob/master/crop-video.py) script. While working on a 1080p video with CUDA, i get this performance : >32it [00:08, **4.43it/s**] CPU is used...

According to this : https://github.com/dmitrii-eremin/python-lua/blob/5e61488e9552e2ba182480a8a0710fa3715430ab/pythonlua/luainit.lua#L388 It only checks if it's a list, but you could use `in` in python even for hashtables, then you would need in lua just to...

Hello, I recently started using detectron2, if i want to train a custom dataset on resnet18, don't I just need to take RESNET50 model, set `DEPTH` to 18 and set...