src/controlnet_aux/normalbae/nets/submodules/efficientnet_repo/geffnet/activations/__init__.py (2 lines): - line 109: # FIXME PyTorch SiLU doesn't ONNX export, this is a temp hack - line 129: # FIXME PyTorch SiLU doesn't ONNX export, this is a temp hack src/controlnet_aux/normalbae/nets/submodules/efficientnet_repo/geffnet/efficientnet_builder.py (2 lines): - line 393: # FIXME this is a hack to work around mismatch in origin impl input filters for EdgeTPU - line 524: fake_in_chs = int(options['fc']) if 'fc' in options else 0 # FIXME hack to deal with in_chs issue in TPU def src/controlnet_aux/normalbae/nets/submodules/efficientnet_repo/geffnet/activations/activations.py (1 line): - line 16: TODO Rename to SiLU with addition to PyTorch src/controlnet_aux/zoe/zoedepth/utils/config.py (1 line): - line 398: # Casting to bool # TODO: Not necessary. Remove and test src/controlnet_aux/leres/__init__.py (1 line): - line 55: # TODO - refactor pix2pix implementation to support device migration src/controlnet_aux/normalbae/nets/submodules/efficientnet_repo/geffnet/activations/activations_jit.py (1 line): - line 26: TODO Rename to SiLU with addition to PyTorch src/controlnet_aux/zoe/zoedepth/models/layers/localbins_layers.py (1 line): - line 158: # if is_for_query:(1).expand(-1, b_prev.size(0)//n, -1, -1, -1, -1).flatten(0,1) # TODO ? can replace all this with a single torch.repeat? src/controlnet_aux/dwpose/yolox_config/yolox_l_8xb8-300e_coco.py (1 line): - line 197: # TODO: fix default scope in get function src/controlnet_aux/normalbae/nets/submodules/efficientnet_repo/geffnet/activations/activations_me.py (1 line): - line 40: TODO Rename to SiLU with addition to PyTorch