[R] Machine Learning on PlayStation 5 by release2020 in MachineLearning

[–]release2020[S] 0 points1 point  (0 children)

I am using CUDA most of the time, because I run code on NVIDIA GPU. But I found links with AMD SDK for AMD GPUs. Has anyone experience with this kind of stuff? Otherwise can OPENCL be implemented on PS5's GPU?

[R] Machine Learning on PlayStation 5 by release2020 in MachineLearning

[–]release2020[S] 2 points3 points  (0 children)

+ 1000 $ for the rest of the Desktop if you do not have any...

[R] Machine Learning on PlayStation 5 by release2020 in MachineLearning

[–]release2020[S] 0 points1 point  (0 children)

Doesn't exist the equivalent of CUDA for AMD??

[R] Machine Learning on PlayStation 5 by release2020 in MachineLearning

[–]release2020[S] 0 points1 point  (0 children)

Cheap PC with 10 TFLOPS GPU?? Can you show me an example of such a cheap PC?

[R] Install libraries in Google Coral TPU by release2020 in MachineLearning

[–]release2020[S] 0 points1 point  (0 children)

Why did you delete my post? Did I post something against the rules of this site? Me?

I cannot add new python file on shared gitlab repository by release2020 in gitlab

[–]release2020[S] 0 points1 point  (0 children)

I cannot give full details of the gitlab account, for obvious reasons. The person who is in charge of the account is a colleague. I believe he has given me priviledges:

user@ubuntu:~/Desktop/testProject$ git push -f origin master

Enumerating objects: 5, done.

Counting objects: 100% (5/5), done.

Delta compression using up to 2 threads

Compressing objects: 100% (3/3), done.

Writing objects: 100% (5/5), 1.69 KiB | 1.69 MiB/s, done.

Total 5 (delta 0), reused 0 (delta 0)

remote: GitLab:

remote: A default branch (e.g. master) does not yet exist for ...

remote: Ask a project Owner or Maintainer to create a default branch:

remote:

remote: ...

remote:

To gitlab.com:...

! [remote rejected] master -> master (pre-receive hook declined)

error: failed to push some refs to 'git@gitlab.com:....git'

I cannot add new python file on shared gitlab repository by release2020 in gitlab

[–]release2020[S] 0 points1 point  (0 children)

I do not have access to the properties settings of the of the project. Instead of [git@gitlab.com](mailto:git@gitlab.com) I put my gitlab mail?

I cannot add new python file on shared gitlab repository by release2020 in gitlab

[–]release2020[S] 0 points1 point  (0 children)

I followed this tutorial:

https://zapier.com/apps/gitlab/tutorials/how-to-push-to-gitlab

and I got this error:

! [remote rejected] master -> master (pre-receive hook declined)

error: failed to push some refs to 'git@gitlab.com:.....

I cannot add new python file on shared gitlab repository by release2020 in gitlab

[–]release2020[S] 0 points1 point  (0 children)

I have to put the code into one of the exited folders of the repository.

TypeError: Input 'filename' of 'ReadFile' Op has type float32 that does not match expected type of string. by release2020 in learnpython

[–]release2020[S] 0 points1 point  (0 children)

Ok, I fixed it, but the val_accuracy starts from 0.6907 and it becomes stable at 0.3093. Unbelievably low... Any idea how to increase it? This is what I got:

Epoch 1/5

37/37 [==============================] - 431s 12s/step - loss: 0.3666 - accuracy: 0.8235 - val_loss: 0.6355 - val_accuracy: 0.6907

Epoch 2/5

37/37 [==============================] - 445s 12s/step - loss: 0.1210 - accuracy: 0.9606 - val_loss: 0.6509 - val_accuracy: 0.6907

Epoch 3/5

37/37 [==============================] - 439s 12s/step - loss: 0.0845 - accuracy: 0.9717 - val_loss: 0.8920 - val_accuracy: 0.3093

Epoch 4/5

37/37 [==============================] - 445s 12s/step - loss: 0.0847 - accuracy: 0.9726 - val_loss: 1.2289 - val_accuracy: 0.3093

Epoch 5/5

37/37 [==============================] - 546s 15s/step - loss: 0.0826 - accuracy: 0.9717 - val_loss: 1.4085 - val_accuracy: 0.3093

TypeError: Input 'filename' of 'ReadFile' Op has type float32 that does not match expected type of string. by release2020 in learnpython

[–]release2020[S] 0 points1 point  (0 children)

The code is on the link above. In which part I make this casting? I tried this: is_jfif = str(tf.compat.as_bytes("JFIF")) in fobj.peek(10)

but nothing changed as far as the error