Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
sharktide
/
ClimateStrike_ClimateForecast_r1
like
0
Time Series Forecasting
Keras
google-tensorflow
TensorFlow
English
climate
strike
lstm
tensorflow
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Use this model
main
ClimateStrike_ClimateForecast_r1
/
custom_objects.py
sharktide
Create custom_objects.py
6bff2cd
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
tensorflow
as
tf
CUSTOM_OBJECTS = {
"mse"
: tf.keras.losses.MeanSquaredError()
}