Instructions to use MITCriticalData/Sentinel-2_Resnet50V2_VariationalAutoencoder_RGB_full_Colombia_Dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MITCriticalData/Sentinel-2_Resnet50V2_VariationalAutoencoder_RGB_full_Colombia_Dataset with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MITCriticalData/Sentinel-2_Resnet50V2_VariationalAutoencoder_RGB_full_Colombia_Dataset") - Notebooks
- Google Colab
- Kaggle
File size: 3,487 Bytes
708409e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | {
"loss": [
0.11133027013739664,
0.049166011822809705,
0.04366781730964173,
0.024752620317274147,
0.021444331673677448,
0.020346968972997415,
0.019119492832490866,
0.01835427108071119,
0.018146940136252405,
0.017571427589126058,
0.017404799555077684,
0.01690075618864821,
0.016395201531352755,
0.016209926177039563,
0.01587064181202107,
0.01580503800933024,
0.015652729578012472,
0.01532263452593657,
0.015270056508981781,
0.015058563717326029,
0.01484079415322565,
0.01496905123265527,
0.014736485639609378,
0.014540347100930105,
0.014649873738996774,
0.014681385999782194,
0.01448819167326859,
0.01415957588193228,
0.014379669769222645,
0.014229333039364226,
0.014055749323281595,
0.014140135750433595,
0.013912781932317524,
0.013892273576059145,
0.013947211874858867,
0.013936132718574443,
0.013584300085044593,
0.013541356593424038,
0.013680296216374465,
0.01360917639219575,
0.013582124245270407,
0.01358982993790107,
0.01355963533663814,
0.013532294533315966,
0.013332107911730628,
0.013531608939197639,
0.013353605076840384,
0.013331984654426289,
0.013437410738381693,
0.013285948106532188,
0.013326204052458492,
0.013178128048965185,
0.013168266943122129,
0.013115852483831864,
0.013179180801933189,
0.012976959054034462,
0.013196638523996305,
0.012982695597967655,
0.013133822900089,
0.012891350709330692,
0.01293292740467105,
0.012895222661717476,
0.012909749517221744,
0.01295242731166865,
0.012749019303365791,
0.012744287140578103,
0.01291425549034342
],
"val_loss": [
0.052615853725001216,
0.05907296632918028,
0.02721579367509828,
0.01990058282032036,
0.01837181538128509,
0.017924281240154345,
0.017503774760720823,
0.017498582001560584,
0.020052551560533736,
0.016792531510313544,
0.01641009580523062,
0.015537448531876389,
0.01546619082084642,
0.01571623045198906,
0.01566674171660382,
0.014623693512895932,
0.01590844162274152,
0.015485341427847743,
0.014362726476974785,
0.014472203024734672,
0.0145487302260545,
0.013918898368361764,
0.014472705831464667,
0.014542031477993498,
0.014076211968830857,
0.013974432976773152,
0.014017297143044952,
0.013822409252707776,
0.013479090564382764,
0.013658402165254721,
0.013436738804627497,
0.013608993456448214,
0.013356916104944853,
0.013368834978721749,
0.013436532749507863,
0.013652377135048691,
0.01358493248699233,
0.013593790672110537,
0.013202114809805958,
0.012978111747473191,
0.013289420292354547,
0.013182903939965539,
0.012848448124714196,
0.013065167402741142,
0.012822342203715099,
0.01298672183810805,
0.013237828997751841,
0.012716385625446072,
0.012804113409052102,
0.01311356050428003,
0.012986536240742471,
0.012526526057627052,
0.012564298065486722,
0.012815914989914745,
0.013069926725270657,
0.012991112303167868,
0.012269904966860149,
0.012532135319466202,
0.012756296312615562,
0.01248680386477365,
0.012350524798071442,
0.012650654328843722,
0.012306421359356206,
0.012815229169343812,
0.012210588830594834,
0.012534052724591814,
0.013002850374994943
]
} |