Sebastian Sosa

Results 4 comments of Sebastian Sosa

To avoid suffering those download speeds again, I backed up the `byclass.h5` file generated under `data/processed/mnist`. You can download it from here, if it helps: [https://mega.nz/#F!B6QFVQSI](https://mega.nz/#F!B6QFVQSI) (decryption key 8ODxY82iUjLCbW3EUuiD0g) Besides...

Hello, I had the same issue and following [this answer](https://stackoverflow.com/questions/49258228/importerror-no-module-named-common), what helped me was to add the following code to the top of `emnist_dataset.py`: ``` import sys sys.path.append('/home/path-to-project/fsdl-text-recognizer-project/lab1') print('paths: ',...

Hi, is there any update on this issue @gradientsky?

Hi @Innixma, is there an update on this issue? `from autogluon.multimodal import MultiModalPredictor` doesn't work for me either because of AutoGluon's dependency of `torch._C._distributed_c10d`. I installed AutoGluon as shown in...