Giter Club home page Giter Club logo

Comments (8)

DavideA avatar DavideA commented on June 3, 2024

Hi,

I think you are not using the correct collate function in the DataLoader.
One quick way to patch this is to reshape the input tensor before feeding the network:

x_in = x_in.view(-1, *x_in.shape[2:])

Hope this helps,
D

from novelty-detection.

DengMiao55 avatar DengMiao55 commented on June 3, 2024

@DavideA thank you,it‘s useful。 but I can't use the batch_size mentioned in the paper 。Do I need to use multiple GPUs?

from novelty-detection.

DavideA avatar DavideA commented on June 3, 2024

I used a single 12GB GPU.
I'd say you could reduce the batch size and give it a try.

D

from novelty-detection.

DengMiao55 avatar DengMiao55 commented on June 3, 2024

@DavideA Hi,I try to recurring your result in cifar ,but I only get AUC 0.6. could you tell me more about the detail about training。 thanks

from novelty-detection.

liuem607 avatar liuem607 commented on June 3, 2024

Hi, I have a similar question regarding input size. If my dataloader works correctly, the input data size before patching as you mentioned is [1, 690, 1, 8, 32, 32]. If I understand correctly, this first 1 is batch_size, and 8 is 8 sequential frames, and 32*32 is resized frame shape. But what is 690?

Also, the original image size is 256384, isn't 3232 too small?

Thank you in advance!

from novelty-detection.

ColaWithIce avatar ColaWithIce commented on June 3, 2024

@DavideA Hi,I try to recurring your result in cifar ,but I only get AUC 0.6. could you tell me more about the detail about training。 thanks

Hi, where did you get the training code?

from novelty-detection.

shen-yao avatar shen-yao commented on June 3, 2024

@DavideA Hi,I try to recurring your result in cifar ,but I only get AUC 0.6. could you tell me more about the detail about training。 thanks

Hi, where did you get the training code?

Same question please

from novelty-detection.

BenedictGreen avatar BenedictGreen commented on June 3, 2024

Thx for the great work! I got same question about the details about training. hoping for author uploading the training code.@DavideA
thanks again!

from novelty-detection.

Related Issues (16)

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.