mode80

Results 6 issues of mode80

choosenim seems to break packages and user code when installing Nim on an M1 mac (Apple silicone, ARM64) . The issue seems to be that choosenim compiles the nim compiler...

FastAI is much slower for large tabular datasets versus hand-rolled Pytorch that avoids use of the DataLoader on Torch.tensors. This issue is best described [here](https://towardsdatascience.com/better-data-loading-20x-pytorch-speed-up-for-tabular-data-e264b9e34352), and testing reveals that the...

Docs [here](https://docs.fast.ai/vision.data.html#imagedataloaders) contain the text below, but the mentioned example is missing. > Here is another example on the pets dataset. Here filenames are all in an “images” folder and...

At https://docs.fast.ai/tutorial.vision.html Under the heading **Cats vs dogs**, it tries to illustrate that dog files start with lower case and Cats uppercase. It uses this code ``` files[0],files[6] ``` However,...

### Before submitting your bug report - [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find...

area:docs
kind:bug

👑 INim Nim Compiler Version 2.2.0 [MacOSX: arm64] at /Users/user/.nimble/bin/nim nim> /Users/user/.nimble/pkgs2/inim-1.0.0-b1718e7618da60a5bc7fc96034ef83d8a611ca9c/inim.nim(625) inim /Users/user/.nimble/pkgs2/cligen-1.7.6-853785ddace4ee4f3c6c21bdf7f5e9ff0358eb3f/cligen.nim(889) cligenScope /Users/user/.nimble/pkgs2/cligen-1.7.6-853785ddace4ee4f3c6c21bdf7f5e9ff0358eb3f/cligen.nim(848) dispatchmain /Users/user/.nimble/pkgs2/inim-1.0.0-b1718e7618da60a5bc7fc96034ef83d8a611ca9c/inim.nim(621) main /Users/user/.nimble/pkgs2/inim-1.0.0-b1718e7618da60a5bc7fc96034ef83d8a611ca9c/inim.nim(338) doRepl /Users/user/.nimble/pkgs2/noise-0.1.8-30a83206e751da70c9bf787cad34ac4d3346d0f6/noise.nim(195) readLine /Users/user/.nimble/pkgs2/noise-0.1.8-30a83206e751da70c9bf787cad34ac4d3346d0f6/noise.nim(137) getInputLine /Users/user/.nimble/pkgs2/noise-0.1.8-30a83206e751da70c9bf787cad34ac4d3346d0f6/noise.nim(104) keyProcessing /Users/user/.nimble/pkgs2/noise-0.1.8-30a83206e751da70c9bf787cad34ac4d3346d0f6/noise/editorImpl.nim(347) basicEditing /Users/user/.nimble/pkgs2/noise-0.1.8-30a83206e751da70c9bf787cad34ac4d3346d0f6/noise/lineImpl.nim(171)...