-
I tried training this model on https://www.kaggle.com/datasets/polomarco/chest-ct-segmentation/data dataset
But getting the following errors
My TF version with GPU GTX 1050Ti is
tf.__version__
…
-
I installed HLA-LA on my institution's cluster and successfully ran on the provided test file. However, when I try running on my sample (CRAM file) the execution stops after "Graph serialization exist…
-
## 🐛 Bug
My training run with PyTorch XLA is running very slowly (on TPU v3-64), and as suggested by the debug messages, I am submitting dumps of the execution graphs and soliciting feedback on how…
-
### Description
issue #1891 highlighted some problems with the graph logic in the reexecution code. Especially the network in this comment: https://github.com/SCIInstitute/SCIRun/issues/1891#issue…
-
# Description:
When running a batch of 32 graphs using the GraphTransformer object, there is a notable increase in GPU memory usage during the operation on the edges. The memory spikes from approxima…
-
The dotfile produced by ```gb build -dotfile build.dot``` is quite cool.
Given a project with multiple commands (multiple 'main' packages), I'd like find out which of them would be build with next …
-
### Problem Type (问题类型)
others (please edit later)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/)…
-
## ❓ Questions and Help
Hi!
We are trying to train Gemma-2-9B on v4-64 and v5-128 Pod as mentioned in [this comment](https://github.com/pytorch/xla/issues/7987#issuecomment-2352326629). We use FS…
ayukh updated
2 weeks ago
-
### Describe the issue
Hello,
see [also this discussion](https://github.com/microsoft/onnxruntime/discussions/22427). I'm opening this one as I think it's an issue as sifting through previous issues…
-
Global flags (as in, global vars) are not recommended, because it makes the code less reuseable. There is no "simple" api for this, although it's doable using the execution context (basically, a names…