q yao
q yao
[MMC5](https://www.nesdev.org/wiki/MMC5) has a complex mirroring mode which is configured by a mapping register, that is why I add this new enum (maybe renaming the FourScreen would be better?). I am...
Sure. I will add the hooks after you cleaning up the mappers.
aliens 3 works on [7f4aac5](https://github.com/amhndu/SimpleNES/pull/30/commits/7f4aac5176fa0c6159ade1c381cde8d734910c2d) but failed on [1617ff7](https://github.com/amhndu/SimpleNES/pull/30/commits/1617ff7b444d4d5d457bd381a5f6a1906bcff19e). guess I have made some mistake.
@SuzieQQ Alien 3 works now.
@amhndu @SuzieQQ Hi, I think I find out why SMB3 not working. I download the rom from [here](https://www.emulatorgames.net/roms/nintendo/super-mario-bros-3-pc10/) and the `head[6] & 0x2` is 0, that means no extended RAM....
@yaoyaoding max_workspace_size seems has been [deprecated in 8.4](https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/BuilderConfig.html#tensorrt.IBuilderConfig). And I find a new api [set_memory_pool_limit](https://docs.nvidia.com/deeplearning/tensorrt/api/python_api/infer/Core/BuilderConfig.html#tensorrt.IBuilderConfig.set_memory_pool_limit). I haven't test it yet.
Hi Could you please provide the model, data and test script?
Ok, I will let you know when I found something. I am not pro on NLP, this might take some time. And... It is better to add `torch.cuda.sychronize()` when you...
Are you using this repo to accelerate decoder? FP16 mode can bonus speed by 2.7 times, but the results are different. I want to dig into it. Where is the...
The different between output of fp16 and fp32 might be Inevitable. Significand precision of fp16 is 10 bit and exponent is 5 bit. That would limit the precision of model....