Vik Paruchuri
Vik Paruchuri
Torch 2.0 has made some changes with FSDP and state dicts: - `full_optim_state_dict` is [deprecated](https://pytorch.org/docs/stable/_modules/torch/distributed/fsdp/fully_sharded_data_parallel.html#FullyShardedDataParallel.full_optim_state_dict), and should be replaced with `optim_state_dict`. - `scatter_full_optim_state_dict` is [deprecated](https://pytorch.org/docs/stable/_modules/torch/distributed/fsdp/fully_sharded_data_parallel.html#FullyShardedDataParallel.scatter_full_optim_state_dict), and should be replaced with...
- Add a gradio-based demo app
I'm building an app where I swap background images a lot (rendering pdf page images to the canvas). When I set a background image on a canvas, I get a...
Organize resources by day. Allow people to see the calendar.