gokriznastic / HybridSN

A keras based implementation of Hybrid-Spectral-Net as in IEEE GRSL paper "HybridSN: Exploring 3D-2D CNN Feature Hierarchy for Hyperspectral Image Classification".

Home Page:https://ieeexplore.ieee.org/document/8736016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

history = model.fit(x=Xtrain, y=ytrain, batch_size=256, epochs=100, callbacks=callbacks_list)

Anandkumar10 opened this issue · comments

crashing google colab