tyoc213

Results 54 comments of tyoc213

Between this last two @EvilShok and @amadou009 which one is the "correct"? I guess both are clones of this repo that is 3 years old? or??? it is best to...

Well the problem would be solved if @pedant where active, but he seem long gone this years... 😢 (see that there are like 16 pendings PR and the ones referenced...

The only way I see is to paste all you need to trace on the same cell.

You can also merge multiple cells just for doing "heat magic" selecting multiple cells and then `shift+M`, but you cant undo (well if you hit `ctrl+shift+p` you can search for...

If the other fix is right, this test would pass with `test_eq(list(dl1), [torch.arange(i*12, i*12+12)%50])`

To know where your data is stored, look at this `Config().config_path` -> `Path('/home/tyoc213/.fastai')` ![image](https://user-images.githubusercontent.com/506234/93655256-f74cf980-f9e7-11ea-8621-5540396885b5.png) See that the _tok dir is created when `from_folder` is called... I could run it locally...

In the other issue #2789 it seems that is working now, what abot this one?

@yrzhanov try checking paths with https://docs.fast.ai/data.external#Config ``` config = Config() config.d ``` Check that you have write access and can create a directory inside `/storage/data/` from a cell `p.mkdir('/storage/data/or_something_like_this')`.

Is #2795 a duplicate of this?

Well, I dont see errors (as a backtrace) ``` PS C:\Users\tyoc\Documents\GitHub\dynamic_reload> cargo run --example example --release Compiling dynamic_reload v0.2.0 (file:///C:/Users/tyoc/Documents/GitHub/dynamic_reload) Finished release [optimized] target(s) in 2.16 secs Running `target\release\examples\example.exe` Value...