Aleksander Mazurov

Results 7 comments of Aleksander Mazurov

without : -------------------- "optimizer": { "type": "AdamW", "params": { "lr": "auto", "betas": "auto", "eps": "auto", "weight_decay": "auto" } ---------------------- in ds_config.json all work it takes 17 min

I try combat about 2-3 hours without positive result last test: I try reproduce all complete as example psql (9.5.11, server 9.6.2) `event="&{13292 pqstream_notify {\"schema\" : \"public\", \"table\" : \"notes\",...

Question: Your solution under nasty notify limitation ? `exceeded the 8000 byte notify limit` I mean if our payload will exceed 8000 byte it don't work ??

@neofob @zhou-daniel-dz I try figure out how make char-rnn work with utf-8 but simple path in: utils.py ` if input_file.endswith(".bz2"): file_reference = bz2.open(input_file, mode='rt', encoding="utf-8", errors="replace") elif input_file.endswith(".txt"): file_reference =...

Probably simple: `device = torch.device("cuda" if torch.cuda.is_available() else "cpu")` ------------------------ `model = model.to(device) ` Must help !?

As I understand "save_checkpoint_steps": 20001, will save model only after 20001 steps? But will be nice to have opportunity save only best model and discard(delete) previous model. I am try...

Thanks. OK As I understand I can't change the default PORT postgresql: parameters: port: "5431" `The Cluster "cluster-pg" is invalid: spec.postgresql.parameters.port: Invalid value: "5431": Can't set fixed configuration parameter` ##...