Amit Parekh

Results 9 comments of Amit Parekh

Sorry, that was poor wording on my part. Let me clarify properly! My currently understanding of `light-the-torch` is that by providing the `--pytorch-computation-backend` option to the command, it will install...

> That is unfortunately not the case. The PyTorch wheels contain all libraries that you need at runtime for CUDA. The only thing that you need on your machine is...

> Ok, in that case ltt can help. Just a note of advice: there is no such thing as best compatible. Either something is supported or not. ltt will install...

> @amitkparekh I just cut `0.5.0rc0`. Could you `pip install --pre light-the-torch` and see if the `LTT_PYTORCH_COMPUTATION_BACKEND` variable does what you wanted it to do? > > If that is...

For the `{{` ligature, how does this look for a possible implementation? ![image](https://user-images.githubusercontent.com/7276308/67866818-6e07ac80-fb21-11e9-97ae-be1e43603c0c.png) The two braces are closer together, and the right one is slightly (10%) smaller than left one,...

A work around I've just found is creating a new instance of a Table which contains the same columns and data as the old one, and logging that. ```python new_table...

> Hi @amitkparekh [is this one of tables](https://wandb.ai/movie-recs-team3/movie-recs/runs/2af5bci2) that weren't updating properly? Sorry, no it isn't the same tables. On my own project, I've been having the same issue where...

So after the first log, any future logs do not do anything. After the finish, it still does not update. It's like for the given instance of table, it will...

~~Ah right! I thought that was only for literal environments like Linux vs Mac etc! I didn't realise it did this too!!! I just tried it and it doesn't seem...