-
I'm trying to train a model which works on kaggle, but won't work on my M1 macbook pro. It says:
`ImportError: Image transformations require SciPy. Install SciPy`
I just built a model to identify pl…
-
Firstly, I have tried some solutions on previous issue post but it failed
I tried to run on Irish gpu with OpenCL but it didn't work
(plaidml) Thanhs-MacBook-Pro:Desktop thanh$ python plaidmltes…
-
Hi dear, when I try to use your code running python zengame.py always encounters ImportERROR that lacking of DecafDet but I did install Decaf correctly, could you please look at that?
Thanks!
-
In llama.cpp, there is a parameter which sets the number of tokens to output. Is there some command line parameter to set 512 tokens for the output? Thank you.
-
When I read the original TF paper, I was told that
> Dataflow simplifies distributed execution, because it makes communication between subcomputations explicit.
> It enables the same TensorFlow pr…
-
I have been working through the Agents vignette (https://cran.rstudio.com/web/packages/reinforcelearn/vignettes/agents.html) and I found a few errors.
1. In the "Value Functions" section, half way …
-
I have a Titan X and have been running the Breakout simulation for over two days now and it's only `7%` through training and `nvidia-smi` is showing that it's only using `4-5%`. The README.md says tha…
-
Can anybody share the working plaidml version with keras version and tensorflow version. I am using keras 2.2.4 with plaidml 0.6.4 using tensorflow 1.14 but I am getting the following error:
File "C:…
-
--> #8
> https://github.com/keras-team/keras/tree/master/examples
# TO-DO
- [x] [mnist_cnn.py](https://github.com/junxnone/junxnone.github.io/issues/15#issuecomment-415662765)
- [x] [mnist_mlp.py…
-
### Problem Description
When I use seq2seq model,such as TCN or LSTM or Transformer,they are have two inputs,one is x,another is y.And x's shape is different with y's shape,for example x's shape is (…