Coder Social home page Coder Social logo

guanzhou-ke / cloven Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 0.0 3.29 MB

The official repos for "A Clustering-guided Contrastive Fusion for Multi-view Representation Learning"

License: MIT License

Python 100.00%
multi-view-learning pytorch unsupervised-learning

cloven's Introduction

Hi there 👋

    • 🌱 I’m a PhD student at BJTU who focus on Multimodality Learning and Deep Learning.
    • 👯 I'm good at work with python. C++ / Java can work well.

MyStats

cloven's People

Contributors

guanzhou-ke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cloven's Issues

TypeError: expected str, bytes or os.PathLike object, not NoneType

Hello, running main.py directly resulted in the following error. How can I modify it.
TypeError: expected str, bytes or os.PathLike object, not NoneType
debug path:
1、def main():
# Load arguments.
args = parse_args()
config = get_cfg(args)

2、def get_cfg(args):
"""Initialize configuration.
"""
config = get_cfg_defaults()
config.merge_from_file(args.file)

3、 def merge_from_file(self, cfg_filename):
"""Load a yaml config file and merge it this CfgNode."""
with open(cfg_filename, "r") as f: #The problem lies in this line
cfg = self.load_cfg(f)
self.merge_from_other_cfg(cfg)
I tried to write the path, but there was still a problem. Could you please guide me to make the necessary modifications? Thank you very much.

It seems that the main.py file is empty.

Hi! I read this paper on arxiv and found it quite inspiring for me. I tried to train the model by running python main.py -f <path to your config> as suggested in the readme file, but found main.py is an empty file. Could you please upload an available one? It would be really helpful!

Missing vis_result.py file

In the trainer.py file, from vis_result import vis_hidden4training,
Problem encountered: Unresolved reference 'vis_result' and Unresolved reference 'vis_hidden4training'.
May I ask if file vis_result.py is missing? Can it be completed? Thank you very much

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.