-
Discovered with https://github.com/pytorch/pytorch/pull/126341.
Original repro command: `PYTORCH_TEST_WITH_DYNAMO=1 pytest test/test_torch.py::TestTorchDeviceTypeCPU::test_ternary_op_mem_overlap_cp…
-
(base) PS H:\SHIT\Sign\MASA-main> python pretrain.py \
>> --lr 0.0001 \
>> --batch-size 64 \
>> --teacher-t 0.05 \
(base) PS H:\SHIT\Sign\MASA-main> python pretrain.py --lr 0.0001 --batch-size 64 …
-
Hello, I'm getting this error when working with the `upsetplot` package.
```bash
C:\Users\\miniconda3\Lib\site-packages\upsetplot\plotting.py:795: FutureWarning: A value is trying to be set on a c…
-
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [80, 3, 1, 1]] is at version 2; expected version 1 instead. Hint: …
-
**Describe the bug**
When I am running tests for my app which uses redis-plus-plus, sometimes valgrind reports memory leak. The trace is the same every time (run into this around 5-8 times).
==666…
-
### Description
Is there a way to render placeholders at the position of the Draggable?
My customer would like **not to collapse** the list when the dragging happens. Instead, we would add a place…
-
It would be great to have allocation free versions of the kernels / stencils.
I guess it will require supplying buffers.
-
Hi,
thank you for your excellent work.
I have run the train code, but I encountered inplace operation error in an adversarial loss.
How can I solve it?
Thank you!
![Screen Shot 2022-08-…
-
qs.reports.full(returns, mode='full', benchmark=benchmark)
File "C:\ProgramData\miniconda3\envs\bbsdev\lib\site-packages\quantstats\reports.py", line 628, in full
plots(
File "C:\ProgramData\minico…
-
Hi,
When running your code I received the following error:
> RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation
Could it be that ther…