Refactor registry and setup backend to separate file
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/233 *This diff is part of a stack which has the goal of "buckifying" D2 (https://github.com/facebookresearch/d2go/commit/87374efb134e539090e0b5c476809dc35bf6aedb)Go core and enabling autodeps and other tooling. The last diff in the stack introduces the TARGETS. The diffs earlier in the stack are resolving circular dependencies and other issues which prevent the buckification from occurring.* Again, a circular dependency between quantization/modeling -> meta_arch->rcnn. Solved in a similar way, they are caused by functions which only interact with the global registry. Separate the cause of the circular dependency into its own file, which will later have a separate TARGET. Reviewed By: wat3rBro Differential Revision: D35966052 fbshipit-source-id: c118a2af989e6c387641fe055a6734f9f0ab1db5
Showing
Please register or sign in to comment