Suvojit Manna
Suvojit Manna
Although this was made to make text repos compatible with arxiv submission, I think an option to flatten the sub directories will also extend this toll to be useable in...
https://github.com/MathiasGruber/PConv-Keras/blob/7c8f2cb3ceafe4246db3b3634ede4681d3936d0a/libs/pconv_model.py#L264 Rebuilding the model without the init options gives error when training on multi GPU. Error traceback: ``` Traceback (most recent call last): File "train_pconvunet.py", line 270, in model.load(args.checkpoint) File...
https://github.com/lacmus-foundation/lacmus/blob/f1dd0da5fb1c04d12ad25e7f67b5dd2a98f595d4/cli_inference_openvino.py#L57 As seen here this is assuming 4 dims when output has 3.
Nothing shows up after install ?
Refactor create_celeba_HQ.py:create_celeba_hq(celeba_dir,delta_dir,output_dir,num_threads,num_tasks)
I've selected [**create_celeba_HQ.py:create_celeba_hq(celeba_dir,delta_dir,output_dir,num_threads,num_tasks)**](https://github.com/suvojit-0x55aa/celebA-HQ-dataset-download/blob/674952f96d239f8517763a58f3b650bf54f5b822/create_celeba_HQ.py#L124-L311) for refactoring, which is a unit of **151** lines of code. Addressing this will make our codebase more maintainable and improve [Better Code Hub](https://bettercodehub.com)'s **Write Short Units...
``` format=[%(asctime)s.%(msecs)d] [%(levelname)s] [%(process)d: %(thread)d] [%(filename)s: %(funcName)s: %(lineno)d] %(message)s datefmt=%Y-%m-%d %H:%M:%S class=logging.Formatter ``` Previous log formatting was as above how to add these fields from a gunicorn `logging.conf` file ?
https://github.com/suvojit-0x55aa/3DMMasSTN-Pytorch/blob/98330e0ed4c675ffb7c5147195187eea7c258ea5/lib/model.py#L380 https://github.com/suvojit-0x55aa/3DMMasSTN-Pytorch/blob/98330e0ed4c675ffb7c5147195187eea7c258ea5/lib/model.py#L184 Refactor params to model buffers.
Add `enviroment.yml` file from conda env
- [ ] Add comments to layer on what it accomplish - [ ] Add run instruction to readme