maxmarketit

Results 3 issues of maxmarketit

Hello, First of all, thank you for the pre-trained model. Since there are many ways to train a fasttext model for Korean, I am curious about how you trained your...

I am following this blog, https://medium.com/neuronio/introduction-to-adanet-c01fad8b084 I get an error from `EPOCHS = 10; BATCH_SIZE = 32; train_input_fn = tf.compat.v1.estimator.inputs.pandas_input_fn ( x={"x": x_train}, y=labels_train, batch_size=BATCH_SIZE, num_epochs=EPOCHS, shuffle=False)`, ``` --------------------------------------------------------------------------- AttributeError...

bug

Hello, great repository! Anyway, I have a question regarding how the data is preprocessed. in `mat.py`, you modified the dates from wiki, changing 00 from the month or the day...