Fábio Ferreira

Results 10 issues of Fábio Ferreira

I would like to check if noise is truly added and used during training of my neural network. I therefore build my NN with keras like this: ``` from keras.layers...

Hi, I've implemented Model Predictive Path Integral (MPPI, Williams et al., 2017) in Python with the OpenAI Gym environment "pendulum" [1]. Perhaps you are interested in referencing this implementation in...

Hi, I can only see that you optimize the intrinsic loss in your code. Can you point me to the line where you add the intrinsic rewards to the actual...

``` File "/usr/local/lib/python3.7/site-packages/pymongo/pool.py", line 1225, in get_socket sock_info = self._get_socket(all_credentials) File "/usr/local/lib/python3.7/site-packages/pymongo/pool.py", line 1279, in _get_socket sock_info.check_auth(all_credentials) File "/usr/local/lib/python3.7/site-packages/pymongo/pool.py", line 793, in check_auth self.authenticate(credentials) File "/usr/local/lib/python3.7/site-packages/pymongo/pool.py", line 810, in authenticate...

Hi, I know you guys don't answer a lot but I'll give it a shot anyway: **In util.py:** ``` def Update(self): if self.eps_decay_after > 0: eps = self.eps_ * np.power(self.eps_decay_factor,...

Hi, it seems this theme is very slow (1-2 min prompt stalling) on Ubuntu 22.04. When setting "set -x", I can tell that it takes long on the following prompt:...

### Describe the issue Hi, I'm wondering how to use ````ipex.optimize(...)```` when I have two models, for example, teacher and student in model distillation but only one optimizer. Would calls...

UserExperience
Query

Hi, after setting my API key, installing the requirements and executing the following prompt ``` python main.py --config-path configs/test --config-name cifar10_loss.yaml num_gpus=4 ```` I get the following error: ``` ......