-
I get the following error that breaks the pipeline when running --run_sexdetermine v1.1.2 on nf-core/eager v2.4.5 on a shallow sequencing SG library.
Attached is the full slurm output. A quick gre…
-
Hi there, I was tryting to just run all cells on the tensorflow chapter 2 book, and it hits this error right at the start.
```
AttributeError Traceback (most recent call…
-
Hi, thanks for sharing your code - it looks really valuable. I'm having a hard time running `model_fitting.py`, when it calls `build_SST_ANN` and `build_SERT`
```
ValueError: Tried to convert 'inp…
-
Currently, only eager execution is available.
-
Hi
I was just trying to run your tutorials notebook when I ran into this error. I'm running my code on colab and I can't change tf version to 1.14 as colab sets it to 1.15.
I hope someone can he…
-
From https://github.com/pytorch/pytorch/pull/134282#issuecomment-2307157197, in the aarch64 dashboard results, if we benchmark with fp16, it is 2x~10x slower than bf16, often causing timeout in cases.…
-
**System information**
- Have I written custom code: Yes.
- OS Platform and Distribution: Mac OS Catalina: 10.15 (19A602)
- TensorFlow installed from: binary
- TensorFlow version: 2.0.0
- Python …
-
Hi!
I've been using this repo on my own dataset and I have encountered the problem with the loss suddenly hitting nan, even though it was converging nicely before (as in #198 )
After printing some …
-
Hello,
I've seen a number of projects made for TF2.x compatibility. Despite the fact that I have made necessary changes to the project, none of them work properly.
I've been working on a project…
-
I have a DQN agent with policy of type to train a gym environment (CartPole-v1). I am using tf_agents 0.16.0 and gym 0.23.0
During saving the policy tf_agents.policies.policy_saver.PolicySaver I am …