CR82
Results
2
comments of
CR82
Same problem here. I tried debugging and see that the program terminates without any error message at layers.py, line 141 self.txt_mlp = nn.Sequential( operations.Linear(hidden_size, mlp_hidden_dim, bias=True, dtype=dtype, device=device), nn.GELU(approximate="tanh"), operations.Linear(mlp_hidden_dim,...
Thanks for the hint @bobbrow . I changed my paths to only GLOB at the end, i.e. "${workspaceFolder}/subdir1/subdir2/Interfaces/**", which resolves the issue for me.