Sam Hieken
Sam Hieken
> I think you should use this import instead: > > ```js > import { block } from "million/next" > ``` I don't think that exists ``` Module not found:...
Thanks so much @pacman100, adding `wait_for_everyone()` before `save_state()` fixed my problem! I take it I should leave this open since there may be an issue with `ProjectConfiguration`?
Same issue when using transform. Appears it isn't specific to this library: https://stackoverflow.com/questions/20851452/z-index-is-canceled-by-setting-transformrotate
@aidenybai I'm running million v2.4.5 and recoil v0.7.7, still receiving this issue (tested with both CRA and NextJS).
... well it's been 6 months since this was reopened, anyone gonna implement this?
@agibsonccc Of course, here's the Keras model: inputs = keras.Input(shape=(22,), dtype="float32", name="inputs") x = layers.Dense(32, activation="relu")(inputs) attn = layers.Attention(dropout=0.2)([x, x]) x = layers.Concatenate()([x, attn]) x = layers.Dense(32, activation="relu")(x) outputs =...
@agibsonccc Haha yea simple is an understatement, no rush releasing it or anything I was just messing around with importing a Keras model into DL4J. Thanks
> After looking through the source code of 'react-hot-loader', I decided to comment out the following code to disable react-hot-loader from working. > > ```js > # /superset-frontend/babel.config.js > >...
@dosu Nope, changed both my database timezone and superset timezone (`DEFAULT_TIMEZONE` in `superset_config.py`) to use EST/EDT: same issue. Did the exact same thing but UTC for both Superset and my...
Hi @yousoph, no worries, please feel free!