gor arakelyan
gor arakelyan
hey @osoblanco, will defo prioritize spacy integration in the next couple of weeks! this is one of the highly requested features
@SGevorg good call, probably it would fit better in runs dashboard? 🤔
@khazhak I think we should store each trial inside separate session/run instead of storing within one run and separating by `trial_id` context argument.
@karan2801 just did ✅
closing this PR. The further development moved here: https://github.com/aimhubio/aim/pull/2052
@gerardsolutions Figures Explorer enables visualizing confusion matrices as well. It was released with Aim v3.13.0!
hey @Pyrestone, thanks for the feedback! Will prioritize this enhancement for the next milestone(v3.13).
Let's add training code example for fast.ai as well, inside `examples` directory.
@Khazhak I get this error when running fastai_track.py ``` Traceback (most recent call last): File "fastai_track.py", line 31, in dls = arab_mnist.dataloaders('.') File "/Users/gor/Projects/aim/test-envs/fastai/venv/lib/python3.6/site-packages/fastai/data/block.py", line 113, in dataloaders dsets =...
Python 3.6.5 fastai==2.3.1 torch==1.8.1 torchtext==0.6.0 torchvision==0.9.1