Aashay Sachdeva

Results 10 comments of Aashay Sachdeva

Hey @zzndream , I was able to solve it. I used keras ImageGenerator for training. IF you want to use albumentation, what you can do is training of tf 1.15...

Hey @zzndream , I used this. You can use tensorboard with this by adding callbacks ` data_gen_args = dict( rotation_range=40, width_shift_range=0.2, height_shift_range=0.2, zoom_range=0.3, horizontal_flip =1, vertical_flip =1,preprocessing_function = preprocess_input,validation_split=0.1) mask_gen_args...

Hey, was anyone able to implement trueskill 2 (or found a library) that does? Would be of great help.

Will be releasing a model from our side (www.kubric.io) very soon!

Still not working @jerryjliu . I run into localhost refused to connect issue when I try to approve.

Yes I did set it up as Desktop App. I am just running the notebook code in colab

> @reshinthadithyan has this working already. He has not merged it yet. Which branch? I don't see any PR by @reshinthadithyan

I am facing the same issue without using deepspeed (single GPU training). What is the solution?