-
Hi, I'm trying to work on your codes but have a problem.
Basic informations are tensorflow : 1.8 (But I have tried 1.2, 0.12)
theano:0.82 (also tried 0.9)
keras: 1.1
The problem I'm having is …
-
this code:
` model=InceptionV3(include_top=False,
weights='imagenet',
input_tensor=None,
input_shape=None,
pooling=None)`
alway…
zw615 updated
5 years ago
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Hi,
using pytorch 1.11 I get:
` File "/home/.local/lib/python3.10/site-packages/torchvision/models/detection/faster_rcnn.py", line 396, in fasterrcnn_resnet50_fpn
model = FasterRCNN(backbo…
-
hello,
Where are the tensors used for serving declared while the model creation?
If this is not the entire code for seq2seq, Could you please post the entire code ?
Regards
Nidhi
-
### 🐛 Describe the bug
When loading a model saved on an "mps" system on a "non-mps" system the following error is thrown.
The code I have run on the "non-mps" system (and other variations that th…
-
今取り組んでることとか課題とかのTODO List
- [ ] Docgen周りのリファクタリング (気が向いたら)
- [ ] metal backend
- [ ] cl-waffe2/nn -> generic
- [ ] Stable Diffusion Inference
# Environments / Backends
- [ ] Testing on CCL…
-
Hi, I've found a runtime error and made this minimized example:
```rust
#[test]
fn test_add_grad_decreasing_idx() {
let mut cx = Graph::new();
let a: GraphTensor = cx.tensor();
let…
-
## 🚀 Feature
It would be nice to have a `programl.to_pyg` function to convert one or more Program Graphs to [`torch_geometric.data.Data`](https://pytorch-geometric.readthedocs.io/en/latest/modules/…
-
# Convolutional neural networks for solving PDEs | Arthur Bauville
Writing an iterative multigrid PDE solver as a convolutional neural network
[https://abauville.github.io/blog/neural%20networks/202…