ggankhuy

Results 9 issues of ggankhuy

I am getting following when I try import, any idea??? ``` [root@localhost PyTorchStepByStep]# python3 -c "import data_generation.square_sequences" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module...

**Is your feature request related to a problem? Please describe.** Various shortcuts available under tools->shortcuts. But reconnect would be superhelpful. Duplicate sort of works but has to switch/back between new...

**Describe the bug** Everything working great but certain copy / paste key combination not working on laptop when used with nano editor in linux. it is common to use left...

**Is your feature request related to a problem? Please describe.** This keyboard combination works with other terminal appls like mobaxter (althoguh very buggy) and xshell. This can be supremely useful...

I extended the example in the page 18 as follows. It compiles and runs fine and I can see constructor being called looking at terminal output. But when detach() called,...

File transfer feature is great. However with winscp, I can double-click on address bar and literally paste the whole long directory path to jump. Under superputty, it appears not supported...

### Describe the bug configure is OK, but build failed. Pasted the log below. Tried master and one of release branch (see below) but both fail with different errors. It...

Bug

It appears fsdp2 examples uses erratic package called checkpoint, which can not determine the compatible python version. from checkpoint import Checkpointer ModuleNotFoundError: No module named 'checkpoint' https://github.com/pytorch/examples/blob/main/distributed/FSDP2/example.py **pip3 install checkpoint**...

This example is based on FSDP1 which is deprecated but I still wanna see it working: https://github.com/pytorch/examples/blob/main/mnist/main.py But mnist fetch command failing, I believe here: https://github.com/pytorch/examples/blob/acc295dc7b90714f1bf47f06004fc19a7fe235c4/mnist/main.py#L120C4-L121C44 WIth error output: mp.spawn(fsdp_main,...