Python requested Libraries

im pretty sure you can use it to execute yor modells as well but i would have to lokk that up again.that was what i was plannig to do with it

1 Like

Ok, i’ll add this after the competition season ends.

would it be possible to update tensorflow, because the version you curently have running is kind outdated?

Anybody know why this error occurs when I try to load a keras model file on the website?

File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/saving/save.py”, line 137, in load_model
return hdf5_format.load_model_from_hdf5(filepath, custom_objects, compile)
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/saving/hdf5_format.py”, line 160, in load_model_from_hdf5
model_config = json.loads(model_config.decode(‘utf-8’))
AttributeError: ‘str’ object has no attribute ‘decode’

Would appreciate some help, we’re doing this as a deep reinforcement learning project in our course.

For next season it would be nice to have sklearn (also called “scikit-learn” on pip) installed on the workers as well.

Dependancies bumped:
Python 3.10

torch==1.10.1
numpy==1.22.1
Keras==2.7.0
scipy==1.7.3
tensorflow==2.7.0
pandas==1.3.5
scikit-learn==1.0.2