Vishal ghorpade

Results 21 comments of Vishal ghorpade

Hi @alberttorosyan , Below is the error trace: ``` File "/home/vghorpad/upscalers_pytorch/upscalers_pytorch/aim.py", line 36, in __init__ self.run = Run(repo=log_dir, run_hash=run_hash) File "/home/vghorpad/.local/lib/python3.7/site-packages/aim/sdk/run.py", line 283, in __init__ super().__init__(run_hash, repo=repo, read_only=read_only) File "/home/vghorpad/.local/lib/python3.7/site-packages/aim/sdk/base_run.py",...

Thank you @alberttorosyan for the information. In my case if I'm executing single phase training I don't see any issues to run back to back runs. But in the two...

Hi @karan2801 I wanted to use aim with fast-ai for distributed training. Is there an update on this new feature from aim?

@gorarakelyan I will try to take a look at it and get it working with fastai in a way similar to pytorch-lightning but I think the fastai community might be...

Hi @ycemsubakan , I enabled pre-commit hooks by making the .git/hooks/ files as executable. Linters checks are failing as per the CI. Is there any tool we can use to...

Hi @ycemsubakan , @mravanelli I was able to check-in the code after clearing all lint errors and yaml errors. thank you

Hi @ycemsubakan , Thank you for the review. I will make the edits as per the suggestion and commit the code. -> Would it be possible to make it so...

Hi @ycemsubakan , Above is the commit with all the changes incorporated. For running the trianing if few files are missing due to the download process, we have made the...

Hi @sgugger ! Is the latest 0.5.1v usuable with fastai library? it would be of great help of it is. Thanks :)