Rokas Liuberskis
Results
2
issues of
Rokas Liuberskis
Hi, tried your code as an example (reinforce_keras.py ) on "pong-v0" and model is not learning, I think something is wrong in code
Hello, I converted yolov4 keras model from [TensorFlow-2.x-YOLOv3](https://github.com/pythonlessons/TensorFlow-2.x-YOLOv3) to .onnx model, everything worked fine. Now following this tutorial [https://mxnet.apache.org/versions/1.5.0/tutorials/onnx/super_resolution.html](https://mxnet.apache.org/versions/1.5.0/tutorials/onnx/super_resolution.html) I tried to convert to mx model, and receiving the following...