Manish Meena

Results 2 issues of Manish Meena

./node_modules/react-native-paper/lib/module/core/Provider.js:24:17 "export 'Appearance' was not found in 'react-native-web/dist/index' 22 | state = { 23 | reduceMotionEnabled: false, > 24 | colorScheme: Appearance?.getColorScheme() || 'light', | ^ 25 | }; 26...

Train a custom lightweight model on the Satellite data[¶](http://localhost:8888/notebooks/Space2Ground_use_case.ipynb#Train-a-custom-lightweight-model-on-the-Satellite-data) import os lr = 0.001 sat_model_filename = "lstm_att" if os.path.exists('models'): os.mkdir('models') model_path = "models/{}.h5".format(sat_model_filename) ​ checkpoint = ModelCheckpoint(model_path, monitor='val_loss', verbose=1, save_best_only=True,...

bug