-
Hello, thank you to the authors for making this available!
I wonder if anyone who is able to run this could please share what versions of Python, TensorFlow, and Keras they are using? I have tried …
-
Thank you for this great library. It is certainly very useful. I am using the tensorflow.keras framework. I've changed all the library imports in coord.py to tensorflow.keras . In eager execution mod…
-
### Motivation: Why do you think this is important?
This feature would streamline the workflow development process by enabling local execution of a workflow while tasks are in fact being run in a fly…
-
To reproduce:
1. Go to `tutorials/Classification_Privacy.ipynb`
2. Run the following
```
tf.compat.v1.enable_eager_execution()
assert tf.executing_eagerly()
```
3. Run the notebook. Accuracy …
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
…
-
### Description
I am running Multinomial VAE on movielens 1m dataset as given in the [example notebook](https://github.com/microsoft/recommenders/blob/main/examples/02_model_collaborative_filtering…
-
Getting the following error , when trying to run vae.train
`
TypeError: in user code:
File "C:\Users\arind\anaconda3\envs\tf\lib\site-packages\keras\engine\training.py", line 1051, in train…
-
From a non-coroutine context, there is `sync_wait` to do the equivalent of a blocking `co_await`.
But is there some way to fire and forget a coroutine? (ie. start its execution either directly on …
-
How to use GCN with TensorFlow 1.14?
-
Hi,
After installing a fresh install of venv given the repo instructions, after running the following command:
```
CUDA_VISIBLE_DEVICES=3,4,5,6 vllm serve Qwen/Qwen2-7B-Instruct --download-dir …
rkyla updated
4 months ago