-
Hi! I've been working with your GCN implementation and noticed a few issues that could affect the model's performance:
1. Global Mean Pooling issue:
- In the current implementation, the tensor i…
-
halo
I encountered an issue while attempting to load a checkpoint using the Dora PEFT . Here's the specific context:
I am using the following code snippet:
```
load_adapter_checkpoint(
…
-
-
@DhanushNehru assign this task to me , after labeling hacktober. thanks
-
It would be nice if we could propagate `IndexStyle` for broadcasts. The issue is the following:
```
julia> using BenchmarkTools
julia> n=10_000; d=1; T=Int32; a=rand(T, d*n); b=rand(T, d, n); ac=co…
-
Hi, thanks for graphmath! It solves a lot of problems with 3D rendering and physics simulations.
There are a few things that could be added to make this more complete for realtime 3D interactive appl…
-
To reproduce
```python
from torchao import quantize_
from torchao.quantization import int8_weight_only
from torch import nn
import torch
linear = nn.Linear(1024, 1024)
quantize_(linear, int…
-
## Overview
We would like to combine the non-linear hydrostatic restoring force model used in [`asv_wave_sim`](https://github.com/srmainwaring/asv_wave_sim) with a linear potential flow wave-body i…
-
**Link to service:** https://linear.app/
**Is there a free account option?**: Yes
### Describe the solution you'd like
A "start timer" button similar to the GitHub integration that prefil…
-
When giving a linear polynomial the zero solution is not found, Wheras for a nonlinear polynomial the zero solution is found.
```julia
using HomotopyContinuation
@var x; # declare the variables x a…