yrzhanov

Results 9 comments of yrzhanov

![chrome_mAhNcWUywT](https://user-images.githubusercontent.com/4502036/93025057-ea37a100-f5c8-11ea-94f1-318a5d370a86.png) Here is the output. Source untars in 'imdb' folder.

I'm using Gradient, not Colab. This cell fails: --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 1 from fastai.text.all import * ----> 2 dls = TextDataLoaders.from_folder(source, valid='test', bs=32) /opt/conda/envs/fastai/lib/python3.8/site-packages/fastai/text/data.py in...

Forum members has the same issue, and the solution they found was to delete EXISTING directory imdb_tok that was malformed. In my case, there is NO such directory.

This could be due to the different versions of Eigen - SPLINTER uses 3.2.8, and my libraries are compiled with 3.3.7. However, SPLINTER does not compile with newer Eigen, as...

Just checked - same data cause no problems when other libraries compiled with later version of Eigen are not present. Is it possible to modify the code so it will...

Thank you for replying. I tried to recompile OpenCV and PCL with Eigen 3.2.8, but the program still crashes. So meanwhile the only way for me is to write a...

Thank you so much for your efforts. Yes, for our purpose it’s a single dimension. I will give the new version a try right now. Cheers, Yuri From: bowie7070 ***@***.***>...

Hello Bjarne, Thank you and your colleague for fixing the problem – it took just a single line change – and of course understanding what this line does. Now SPLINTER...

Thank you, good algorithm is never late. And you never know when you need it.