関数から関数名をstrで取得する方法 [Python]
models = [ BarlowTwinsModel, BYOLModel, DINOModel, MocoModel, NNCLRModel, SimCLRModel, SimSiamModel, SwaVModel, ] for BenchmarkModel in models: runs = [] model_name = BenchmarkModel.__name__.replace('Model', '')
画像処理や自然言語処理などのハマりどころをまとめます
models = [ BarlowTwinsModel, BYOLModel, DINOModel, MocoModel, NNCLRModel, SimCLRModel, SimSiamModel, SwaVModel, ] for BenchmarkModel in models: runs = [] model_name = BenchmarkModel.__name__.replace('Model', '')
ディスカッション
コメント一覧
まだ、コメントがありません