Skip to content

hzhang57/Non-local-Neural-Networks-Pytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the non-official implementation for Non-local Neural Networks (Pytorch Version)

Introduction

Test baseline: resnet-50 experiment on Kinetics dataset.(no non-local block yet)

Experiment Records

  • Kinetics dataset prepared
  • Model prepared
  • Model parameters converter prepared (caffe2 to pytorch)

Problems

The test result is low, check:

  • Model parameter loading. (OK)
  • Kinetics dataset RGB range [-1,1]. (OK)

Well, this confuses me, I still can't figure out what is wrong except for parameter loading and RGB range of Kinetics. The official caffe2 code hurts my brain at sometime. If anyone could offer some help, I'd be grateful. : )

Ref:

About

This is a pytorch version for Non-local Neural Networks(onging)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%