Code Monkey home page Code Monkey logo

superresolutionanimediffusion's Introduction

Hi there!

I am a PhD student at the University of Exeter. My research interests include biological sequence modeling, natural language processing, computer vision etc. Please find the details of my study in the following sections. Find me on GitHub or Google Scholar.

Research Topics

  • bio-RNA Sequence pretraining & modeling
  • Textual Adversarial Attack/Defense
  • Sentiment (Coherency) Analysis
  • Code language modeling
  • Diffusion models

First-author Publications

EACL 2024 Findings H Yang, K Li. Improving Implicit Sentiment Learning via Local Sentiment Aggregation

ACL 2023 Findings H Yang, K Li. Boosting Text Augmentation via Hybrid Instance Filtering Framework

EMNLP 2023 Findings H Yang, K Li. InstOptima: Evolutionary Multi-objective Instruction Optimization via Large Language Model-based Instruction Operators

CIKM 2023 H Yang, K Li. PyABSA: A Modularized Framework for Reproducible Aspect-based Sentiment Analysis

IEEE Trans. Softw. Eng. K Li, H Yang, W Visser. Evolutionary Multi-Task Injection Testing on Web Application Firewalls

J Supercomput B Zeng, H Yang, S Liu, M Xu. Learning for target-dependent sentiment based on local context-aware embedding

Neurocomputing H Yang, B Zeng, JH Yang, Y Song, R Xu. A multi-task learning model for Chinese-oriented aspect polarity classification and aspect term extraction

H Yang, K Li. Reactive Perturbation Defocusing for Textual Adversarial Defense (Preprint 2023)

B Zeng, H Yang, R Xu, W Zhou, X Han. LCF: A local context focus mechanism for aspect-based sentiment classification (Applied Sciences 2019).

K Li is my PhD's supervisor. B Zeng was my master's supervisor.

Co-authored Publications

Neurocomputing M Xu, B Zeng, H Yang, J Chi, J Chen, H Liu. Combining dynamic local context focus and dependency cluster attention for aspect-level sentiment classification

Contributions on Huggingface:

Online Demos on Huggingface Space

Pretrained Models on Huggingface Space

Open-source Repositories

Community Contribution

yangheng95

yangheng95

superresolutionanimediffusion's People

Contributors

yangheng95 avatar

Stargazers

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

Watchers

 avatar  avatar

superresolutionanimediffusion's Issues

AttributeError: 'NoneType' object has no attribute 'seek'. You can only torch.load from a file that is seekable. Please pre-load the data into a buffer like io.BytesIO and try to load from it instead.

I get this error whenever I try to run app.py or interface.py

Console Output:

No CUDA GPU found in your device
D:\Users\tesok\anaconda3\lib\multiprocessing\pool.py:268: ResourceWarning: unclosed running multiprocessing pool <multiprocessing.pool.Pool state=RUN pool_size=1>
_warn(f"unclosed running multiprocessing pool {self!r}",
ResourceWarning: Enable tracemalloc to get the object allocation traceback
D:\Users\tesok\anaconda3\lib\site-packages\torchvision\transforms\functional_tensor.py:5: UserWarning: The torchvision.transforms.functional_tensor module is deprecated in 0.15 and will be removed in 0.17. Please don't rely on it. You probably just need to use APIs in torchvision.transforms.functional or in torchvision.transforms.v2.functional.
warnings.warn(
D:\Users\tesok\anaconda3\lib\site-packages\basicsr\metrics\niqe.py:5: DeprecationWarning: Please use convolve from the scipy.ndimage namespace, the scipy.ndimage.filters namespace is deprecated.
from scipy.ndimage.filters import convolve
Traceback (most recent call last):
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 354, in _check_seekable
f.seek(f.tell())
AttributeError: 'NoneType' object has no attribute 'seek'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "G:\Downloads\SuperResolutionAnimeDiffusion-main\SuperResolutionAnimeDiffusion-main\app.py", line 33, in
magnifier = ImageMagnifier()
File "G:\Downloads\SuperResolutionAnimeDiffusion-main\SuperResolutionAnimeDiffusion-main\Waifu2x\magnify.py", line 39, in init
torch.load(self.checkpoint, map_location="cpu")
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 791, in load
with _open_file_like(f, 'rb') as opened_file:
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 276, in _open_file_like
return _open_buffer_reader(name_or_buffer)
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 261, in init
_check_seekable(buffer)
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 357, in _check_seekable
raise_err_msg(["seek", "tell"], e)
File "D:\Users\tesok\anaconda3\lib\site-packages\torch\serialization.py", line 350, in raise_err_msg
raise type(e)(msg)
AttributeError: 'NoneType' object has no attribute 'seek'. You can only torch.load from a file that is seekable. Please pre-load the data into a buffer like io.BytesIO and try to load from it instead.

No module named 'RealESRGANv030'

When attempting to start:
python app.py
An error occurs:
File "/home/sergey/SuperResolutionAnimeDiffusion/app.py", line 25, in <module> from RealESRGANv030.interface import realEsrgan ModuleNotFoundError: No module named 'RealESRGANv030'

This error cannot be resolved by the command:
pip install RealESRGAN
Where can I get a package with the right version?

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.