Francesco Fantauzzi

Results 12 comments of Francesco Fantauzzi

Hi! I am running the Raspbian for Robots downloaded from here: https://drive.google.com/file/d/0B0WChwP4CnLBV2R6VE8yeFF2ZFU/view?usp=sharing as per instructions reported here: https://www.dexterindustries.com/howto/install-raspbian-for-robots-image-on-an-sd-card/ I have just re-imaged the micro SD with it, it is a...

I downloaded the repo from github as a zip file. **sudo pip install -U future** resolved the issue. Thanks!

In the output of pip I see BrickPy is already installed. Do I need to run **python setup.py install** nevertheless? ``` } pip list | grep BrickPi BrickPi (0.0.0) ```

Same issue here, with Ubuntu 22.04.1. Here the combination that worked on my system: - tensorflow 2.9.2 (installed with pip) - cuda 11.5.1 (installed with `sudo apt install nvidia-cuda-toolkit`) -...

In my case the build didn't find the include for Python 3 in a virtualenv. I have edited the boost_1_70_0/project-config.jam similarly to @joseortiz3, as per @swatanabe indications, which resolved the...

> Hi MikePelton, your suggestions did work in my environment too. Thank you. [...] @MaxBDSGH may I ask what OS/version are you on?

Found the same with no need for a custom loop, just calling `fit()` on a Keras model, like: ``` tensorboard_callback = tf.keras.callbacks.TensorBoard(log_dir=log_dir, histogram_freq=1, profile_batch=1) history = model.fit(dataset_train, epochs=epochs, validation_data=dataset_val, shuffle=False,...

The problem can be reproduced running the Colab example https://www.tensorflow.org/tensorboard/tensorboard_profiling_keras Steps to reproduce: 1) Open the Colab example 2) Runtime > Run all 3) After execution has completed, scroll down...

As per today, cannot find CatboostEvaluation in the documentation; is it supported? Also, the tutorial is quite obscure.